Share via


MessagePackOptions interface

MessagePack Options per: msgpack-javascript Options

Properties

context
extensionCodec
forceFloat32
forceIntegerToFloat
ignoreUndefined
initialBufferSize
maxArrayLength
maxBinLength
maxDepth
maxExtLength
maxMapLength
maxStrLength
sortKeys

Property Details

context

context?: any

Property Value

any

extensionCodec

extensionCodec?: any

Property Value

any

forceFloat32

forceFloat32?: boolean

Property Value

boolean

forceIntegerToFloat

forceIntegerToFloat?: boolean

Property Value

boolean

ignoreUndefined

ignoreUndefined?: boolean

Property Value

boolean

initialBufferSize

initialBufferSize?: number

Property Value

number

maxArrayLength

maxArrayLength?: number

Property Value

number

maxBinLength

maxBinLength?: number

Property Value

number

maxDepth

maxDepth?: number

Property Value

number

maxExtLength

maxExtLength?: number

Property Value

number

maxMapLength

maxMapLength?: number

Property Value

number

maxStrLength

maxStrLength?: number

Property Value

number

sortKeys

sortKeys?: boolean

Property Value

boolean