MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Serialize

Function Serialize

view/kernelcache/core/MetadataSerializable.hpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 template <typename T>
132 inline void Serialize(SerializationContext& context, const MetadataSerializable<T>& value)
133 {
134 value.Store(context);
135 }
136
137 template <typename T>
138 inline void Serialize(SerializationContext& context, std::string_view name, const T& value)

Callers 1

storeMethod · 0.70

Calls 4

StoreMethod · 0.45
StartArrayMethod · 0.45
EndArrayMethod · 0.45
NullMethod · 0.45

Tested by

no test coverage detected