Interface SerializerProtocol
interface SerializerProtocol { dumpsTyped(data): [string, Uint8Array<ArrayBufferLike>]; loadsTyped(type,
data): any; } Methods
dumpsTyped
- dumpsTyped(data): [string, Uint8Array<ArrayBufferLike>]
Returns [string, Uint8Array<ArrayBufferLike>]
loadsTyped
- loadsTyped(type, data): any
Parameters
- type: string
- data: string | Uint8Array<ArrayBufferLike>
Returns any