encode
decode
The stateless encoding and decoding functions. These must be functions or methods which have the same interface as the encode()
and decode()
methods of Codec instances (see Codec Interface). The functions or methods are expected to work in a stateless mode.
Please login to continue.