MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / serialize

Method serialize

couchbase/serializer.py:26–29  ·  view source on GitHub ↗
(self,
                  value  # type: Any
                  )

Source from the content-addressed store, hash-verified

24
25 @abstractmethod
26 def serialize(self,
27 value # type: Any
28 ) -> bytes:
29 raise NotImplementedError()
30
31 @abstractmethod
32 def deserialize(self,

Callers 2

encode_valueMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected