Interface SerializeOptions

Hierarchy

  • SerializeOptions

Properties

checkKeys?: boolean

the serializer will check if keys are valid.

ignoreUndefined?: boolean

serialize will not emit undefined fields (default:true)

index?: number

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

serializeFunctions?: boolean

serialize the javascript functions (default:false).

Generated using TypeDoc