Interface: Type
Hierarchy
- Type
Index
Properties
Properties
aliasOfName
• aliasOfName: string
arrayOf
• arrayOf: Type
base
• base: Type
baseName
• baseName: string
deserialize
• deserialize: function
Type declaration:
▸ (buffer
: SerialBuffer, state?
: SerializerState, allowExtensions?
: boolean): any
Parameters:
Name | Type |
---|---|
buffer |
SerialBuffer |
state? |
SerializerState |
allowExtensions? |
boolean |
Optional
extensionOf
• extensionOf? : Type
fields
• fields: Field[]
name
• name: string
optionalOf
• optionalOf: Type
serialize
• serialize: function
Type declaration:
▸ (buffer
: SerialBuffer, data
: any, state?
: SerializerState, allowExtensions?
: boolean): void
Parameters:
Name | Type |
---|---|
buffer |
SerialBuffer |
data |
any |
state? |
SerializerState |
allowExtensions? |
boolean |