# Functions
MarshalBinary marshals the passed domain object into a byte slice suitable for storing it into the acmeproxy database.
UnmarshalBinary unmarshals the passed byte slice into v which should be a pointer to a passed domain object.
# Structs
BinaryMarshaller wraps a value V and provides a binary representation of value.
BinaryUnmarshaller wraps a target value V and reads its contents from a binary representation.
No description provided by the author
No description provided by the author
No description provided by the author