MCPcopy Create free account
hub / github.com/corestoreio/pkg / Binary

Method Binary

sql/dml/mapper.go:1155–1178  ·  view source on GitHub ↗

Binary allows to encode an object to its binary representation when arguments are requested and to decode a byte slice into its object when data is retrieved from the server. Use this function for GOB, Protocol Buffers, etc formats.

(enc interface {
	encoding.BinaryMarshaler
	encoding.BinaryUnmarshaler
})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TestColumnMap_BinaryTextFunction · 0.95
MapColumnsMethod · 0.80

Calls 5

shouldCollectArgsMethod · 0.95
ColumnMethod · 0.95
ErrorfMethod · 0.65
MarshalBinaryMethod · 0.45
UnmarshalBinaryMethod · 0.45

Tested by 2

TestColumnMap_BinaryTextFunction · 0.76
MapColumnsMethod · 0.64