On this page


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

Type:
{unique symbol}

Type:
{unique symbol}


register(Constructor, request, name, serializer): void
Attributes
Constructor:<Constructor>
request:<string>
Returns:<void>

registerLoader(regExp, loader): void
Attributes
regExp:<RegExp>
loader:<Function>
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:<Function>
serialize:<Function>