On this page


createFileSerializer(fs, hashFunction): Serializer<D, S, C>
Attributes
hashFunction:HashFunction
Returns:Serializer<D, S, C>

Type:unique symbol

Type:unique symbol

Type:object

register(Constructor, request, name, serializer): void
Attributes
Constructor:Constructor
request:string
name:null | string
serializer:ObjectSerializer
Returns:void

registerLoader(regExp, loader): void
Attributes
regExp:RegExp
loader:(request: string) => boolean
Returns:void

registerNotSerializable(Constructor): void
Attributes
Constructor:Constructor
Returns:void

new Constructor(...params?): any
Attributes
params:any[]
Returns:any

Updates set size using the provided set.

Attributes
deserialize:(context: ObjectDeserializerContext) => any
serialize:(value: any, context: ObjectSerializerContext) => void