Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ deserialize
Method
deserialize
fastdeploy/inter_communicator/fmq.py:168–170 ·
view source on GitHub ↗
(data: bytes)
Source
from the content-addressed store, hash-verified
166
167
@staticmethod
168
def
deserialize(data: bytes) ->
"Message"
:
169
# Deserialize message
170
return
ForkingPickler.loads(data)
171
172
173
# ==========================
Callers
2
get
Method · 0.80
loop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected