# Functions
NewJSONSerializer will return a serializer for all Signal objects that will be responsible for converting objects to and from JSON bytes.
NewProtoBufSerializer will return a serializer for all Signal objects that will be responsible for converting objects to and from ProtoBuf bytes.
NewSerializer will return a new serializer object that will be used to encode/decode Signal objects into bytes.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
JSONPreKeyRecordSerializer is a structure for serializing prekey records into and from JSON.
JSONPreKeySignalMessageSerializer is a structure for serializing prekey signal messages into and from JSON.
JSONSenderKeyDistributionMessageSerializer is a structure for serializing senderkey distribution records to and from JSON.
JSONSenderKeyMessageSerializer is a structure for serializing senderkey messages to and from JSON.
JSONSenderKeySessionSerializer is a structure for serializing session records into and from JSON.
JSONSenderKeyStateSerializer is a structure for serializing group session states into and from JSON.
JSONSessionSerializer is a structure for serializing session records into and from JSON.
JSONSignalMessageSerializer is a structure for serializing signal messages into and from JSON.
JSONSignedPreKeyRecordSerializer is a structure for serializing signed prekey records into and from JSON.
JSONStateSerializer is a structure for serializing session states into and from JSON.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProtoBufPreKeySignalMessageSerializer is a structure for serializing prekey signal messages into and from ProtoBuf.
ProtoBufSenderKeyDistributionMessageSerializer is a structure for serializing senderkey distribution records to and from ProtoBuf.
ProtoBufSenderKeyMessageSerializer is a structure for serializing senderkey messages to and from ProtoBuf.
ProtoBufSignalMessageSerializer is a structure for serializing signal messages into and from ProtoBuf.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Serializer is a structure to serialize Signal objects into bytes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author