Go Package encoding

From NovaOrdis Knowledge Base
Revision as of 00:53, 3 April 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

The package "gob" manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). A typical use is transporting arguments and results of remote procedure calls (RPCs) such as those provided by package "net/rpc".

The package "json" provides support for encoding and decoding JSON.