# Functions
NewDeserializer returns an instance of Deserializer.
NewSerializer returns an instance of Serializer.
VarIntSerializeSize returns the number of bytes it would take to serialize val as a variable length integer.
VarSliceSerializeSize returns the number of bytes it would take to serialize val as a variable length byte slice.
# Variables
BinarySerializer provides a free list of buffers to use for serializing and deserializing primitive integer values to and from io.Readers and io.Writers.
# Structs
Deserializer implements methods that help to deserialize an Elements transaction.
Serializer implements methods that help to serialize an Elements transaction.