MessagePackOptions interface
MessagePack Options per: msgpack-javascript Options
Properties
| context | |
| extension |
|
| force |
|
| force |
|
| ignore |
|
| initial |
|
| max |
|
| max |
|
| max |
|
| max |
|
| max |
|
| max |
|
| sort |
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