Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PaddlePaddle/FastDeploy
/ serialize
Method
serialize
fastdeploy/inter_communicator/fmq.py:163–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
descriptor: Optional[Descriptor] = None
162
163
def
serialize(self) -> bytes:
164
# Serialize message
165
return
ForkingPickler.dumps(self)
166
167
@staticmethod
168
def
deserialize(data: bytes) ->
"Message"
:
Callers
2
put
Method · 0.95
pub
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected