# Functions
CanStream returns true if you can process the data as a stream from the given input format to the output format.
No description provided by the author
DeserializeBytes reads in an object as string bytes and returns the representative Go instance.
DeserializeReader reads the serialized object from an io.Reader and returns the representative Go instance.
GetType takes in the content of an object as a string and the serialization format.
No description provided by the author
MustSerializeString serializes an object to its representation given by format and panics if there is any error.
No description provided by the author
SerializeBytes serializes an object to its representation given by format.
# Variables
No description provided by the author
Formats is a list of all the formats supported by GSS.
NoHeader is used to indicate that no defined header is given.
# Structs
ConvertInput provides the input for the Convert function.
DeserializeBytesInput provides the input for the DeserializeBytes function.
DeserializeReaderInput provides the input for the DeserializeReader function.
ErrIncompatibleFormats is used when an input format and output format are incompatible.
ErrInvalidComment is used when an invalid comment string is given.
No description provided by the author
ErrInvalidLimit is used when an invalid limit int is given.
ErrIncompatibleFormats is used when an unknown format is provided.
SerializeBytesInput provides the input for the SerializeString and SerializeBytes function.