package
1.1.0
Repository: https://github.com/lologarithm/netgen.git
Documentation: pkg.go.dev

# Functions

GoDeserializers returns the generated code of Deserialize.
GoLibHeader will return all the bits needed to make the generated serializers/deserializers work Specifically that is package name, imports, an enum of all message types, and a generic parse message function.
GoSerializers returns the generated code of Serialize, Len, and MessageType for the input msg.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.
Allowed types to generate from.

# Structs

Enum represents a list of values with a shared type.
EnumValue is a single value from an enum.
Message is a message that can be serialized across network.
MessageField is a single field of a message.
No description provided by the author