Type:
Serializer<any, any, any>createFileSerializer(fs, hashFunction): Serializer<D, S, C>Attributes
Type:
unique symbolType:
unique symbolType:
objectregister(Constructor, request, name, serializer): voidAttributes
registerLoader(regExp, loader): voidAttributes
registerNotSerializable(Constructor): voidAttributes
Constructor:
ConstructorReturns:
voidnew Constructor(...params?): anyAttributes
Updates set size using the provided set.
Attributes
deserialize:
(context: ObjectDeserializerContext) => anyserialize:
(value: any, context: ObjectSerializerContext) => void