Documentation
¶
Overview ¶
Package encoding provides interfaces analogous to the io package, but oriented towards arbitrary type transmission, rather than raw bytes.
The Encoder and Decoder base interfaces use reflect.Value, rather than [any], because the reflect package is pretty much always involved in the marshaling of arbitrary types. It's better to directly impose it as standard, rather than having implementations switch back and forth between reflect and non-reflect code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.