MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / serialize

Method serialize

projects/Python/proto/proto.py:812–816  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

810
811 # Serialize the struct value
812 def serialize(self, value):
813 fbe_begin = self.create_begin()
814 self._model.set(value)
815 fbe_full_size = self.create_end(fbe_begin)
816 return fbe_full_size
817
818 # Deserialize the struct value
819 def deserialize(self, value=None):

Callers 7

cloneMethod · 0.95
send_ordermessageMethod · 0.45
send_balancemessageMethod · 0.45
send_accountmessageMethod · 0.45
send_ordermessageMethod · 0.45
send_balancemessageMethod · 0.45
send_accountmessageMethod · 0.45

Calls 3

create_beginMethod · 0.95
create_endMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected