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

Method serialize

projects/Python/proto/protoex.py:887–891  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

885
886 # Serialize the struct value
887 def serialize(self, value):
888 fbe_begin = self.create_begin()
889 self._model.set(value)
890 fbe_full_size = self.create_end(fbe_begin)
891 return fbe_full_size
892
893 # Deserialize the struct value
894 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