Readonly
_formatStatic
Protected
JSON_Static
Protected
_handlersThe serializer format.
Static
typeReturn the Map
of known TypeHandlers.
Protected
_replaceProtected
Passed as the replacer argument to JSON.stringify(). This is responsible for converting Objects to a format that will be understood by Java/Coherence.
the key being of the value being replaced
the value associated with the key
Protected
_reviveProtected
Passed as the reviver argument to JSON.parse(). This is responsible for reconstituting Objects based on the @class metadata sent from Coherence.
the key of the value being revived
the value associated with the key
Static
addAdds or replaces a TypeHandler based on the result of TypeHandler.type
.
the TypeHandler to add/replace
A Serializer implementation supporting
JSON
as payload format.