Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ stream_serialize
Method
stream_serialize
bitcoin/core/serialize.py:78–80 ·
view source on GitHub ↗
Serialize to a stream
(self, f, **kwargs)
Source
from the content-addressed store, hash-verified
76
__slots__ = []
77
78
def
stream_serialize(self, f, **kwargs):
79
""
"Serialize to a stream"
""
80
raise
NotImplementedError
81
82
@classmethod
83
def
stream_deserialize(cls, f, **kwargs):
Callers
1
serialize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected