Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 385 Bytes

Gob Indirect

Gob encoding with indirect (pointer) support

Objects which are referenced by pointers are only writen once. Before the object is written an ID is written. If the object was already written once, just the id is stored. This breaks several things (we might fix that in the future). Interfaces are not supported atm.

Note: this is not compatible with gob at the moment.