Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SerializeOptions

Hierarchy

  • SerializeOptions

Index

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