DefaultFieldMarshaller

Default compile-time one-to-many mapper, wich for ObjectID of some Postgress type gives it's native type representation, and marshalling and demarshalling functions. You can extend it with two custom mappers: Pre and Post.

Members

Aliases

demarshal
alias demarshal = Pre!field.demarshal
Undocumented in source.
demarshal
alias demarshal = StaticFieldMarshaller!field.demarshal
Undocumented in source.
demarshal
alias demarshal = Post!field.demarshal
Undocumented in source.
marshal
alias marshal = Pre!field.marshal
Undocumented in source.
marshal
alias marshal = StaticFieldMarshaller!field.marshal
Undocumented in source.
marshal
alias marshal = Post!field.marshal
Undocumented in source.
type
alias type = Pre!field.type
Undocumented in source.
type
alias type = StaticFieldMarshaller!field.type
Undocumented in source.
type
alias type = Post!field.type
Undocumented in source.

Manifest constants

formatCode
enum formatCode;
Undocumented in source.
formatCode
enum formatCode;
Undocumented in source.
formatCode
enum formatCode;
Undocumented in source.

Meta