hunt-gossip v1.0.0 (2019-03-11T12:21:47Z)
Home
Dub
Repo
Serializer
hunt
gossip
Serializer
Undocumented in source.
class
Serializer {
static
Serializer
getInstance
();
static
Buffer
encode
(Serializable obj);
T
decode
(Buffer buffer);
}
Members
Functions
decode
T
decode
(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
encode
Buffer
encode
(Serializable obj)
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
Serializer
getInstance
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
gossip
Serializer
classes
Serializer