Interface SerializeOptions

Hierarchy

  • SerializeOptions

Properties

checkKeys?: boolean

the serializer will check if keys are valid.

Default Value

false

ignoreUndefined?: boolean

serialize will not emit undefined fields note that the driver sets this to false

Default Value

true

index?: number

the index in the buffer where we wish to start serializing into

Default Value

0

serializeFunctions?: boolean

serialize the javascript functions

Default Value

false

Generated using TypeDoc