Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Serialize
Method
Serialize
common/serialization/serialize.go:38–38 ·
view source on GitHub ↗
Write data to writer
(w io.Writer)
Source
from the content-addressed store, hash-verified
36
type
SerializableData
interface
{
37
// Write data to writer
38
Serialize(w io.Writer) error
39
40
// read data to reader
41
Deserialize(r io.Reader) error
Callers
1
doubleSha256
Function · 0.65
Implementers
5
ExportBlockMetadata
cmd/utils/export.go
VmValue
vm/neovm/types/neovm_value.go
Block
consensus/vbft/types.go
BlockFetchRespMsg
consensus/vbft/msg_types.go
GovernanceView
smartcontract/service/native/governanc
Calls
no outgoing calls
Tested by
1
doubleSha256
Function · 0.52