# Packages
No description provided by the author
# Functions
DeSerializeStructStrings converts a serialized string using our custom serialization format to a struct.
EmptyStruct demonstrates serialize and deserialize for an Empty struct with tags.
FullStruct demonstrates serialize and deserialize for an Full struct with tags.
SerializeStructStrings converts a struct to our custom serialization format it honors serialize struct tags for string types.