A serializer for T to a binary format.
Creates a deep copy of obj.
Reads a value of type T? from reader.
Reads a value of type T from bytes.
Writes the given obj of type T? to writer.
Writes the given obj of type T to a ByteArray.