README ¶ codec The codec for GoLang, use byte pool to optimized memory allocate. support ✅ json ✅ xml ✅ form ✅ protobuf ✅ toml ✅ yaml Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Codec Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Codec ¶ type Codec interface { Encode(data interface{}) (io.Reader, error) Decode(r io.Reader, dst interface{}) error } Source Files ¶ View all Source files codec.go Directories ¶ Show internal Expand all Path Synopsis form json proto toml xml yaml Click to show internal directories. Click to hide internal directories.