NewGobEncoding creates a new primed gob Encoder/Decoder. Newly created Encoder/Decoder will Encode/Decode the passed sample structs without actually writing/reading from their respective Writer/Readers. This is useful for gob which encodes/decodes extra type information whenever it sees a new type.
(primeObjects ...interface{})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected