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

Function Serialize

view/kernelcache/core/MetadataSerializable.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace KernelCacheCore {
4
5 void Serialize(SerializationContext& context, std::string_view str) {
6 context.writer.String(str.data(), str.length());
7 }
8
9 void Serialize(SerializationContext& context, const char* value) {
10 Serialize(context, std::string_view(value));

Callers

nothing calls this directly

Calls 11

findMethod · 0.80
StringMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45
BoolMethod · 0.45
IntMethod · 0.45
UintMethod · 0.45
Int64Method · 0.45
Uint64Method · 0.45
StartArrayMethod · 0.45
EndArrayMethod · 0.45

Tested by

no test coverage detected