Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SerializeOptions

Hierarchy

  • SerializeOptions

Index

Properties

checkKeys?: boolean

the serializer will check if keys are valid.

defaultvalue

false

ignoreUndefined?: boolean

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

defaultvalue

true

index?: number

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

defaultvalue

0

serializeFunctions?: boolean

serialize the javascript functions

defaultvalue

false

Generated using TypeDoc