The Serializer interfaces defines the set of methods for serializing and deserializing objects.
Serializer
Readonly
The serializer format.
Deserializes and returns a new Javascript object.
The deserialized object.
The object to be deserialized.
Serializes the specified object and returns the `Buffer`` containing the serialized data.
@param obj the object to be serialized
@returns the `Buffer`` containing the serialized data.
The
Serializer
interfaces defines the set of methods for serializing and deserializing objects.