Imports of package serialize

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.mau.fi/libsignal/groups/state/recordPackage record provides the state and record of a group session.
go.mau.fi/libsignal/loggerPackage logger provides optional debug logging of the Signal library.
go.mau.fi/libsignal/protocolPackage protocol provides address, group, and message structures that the Signal protocol uses for sending encrypted messages.
go.mau.fi/libsignal/state/recordPackage record provides the state and record of an ongoing double ratchet session.
go.mau.fi/libsignal/util/bytehelper
go.mau.fi/libsignal/util/optional
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.