DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
gob.Encoder
Examples using...
gob.Encoder
Recent
Examples
hdr-Encoding_Details (Interface) in Go
by GoDoc
Go
gob.Encoder
log.Fatal
bytes
bytes.Buffer
encoding/gob
This example shows how to encode an interface value. The key distinction from regular types is to register the concrete type that implements the interface.