HomeManualTopicsTypesSymbols

std_types::string/std::serialize

returns a string representation of the string

Parameters

self
indent (default: undefined)

Results

None

Example

$str "Hello World" $serialized_str serialize(str) dump! `serialized_str

Output

serialized_str: "@quot;Hello World@quot;@0xa;"

Topic

Strings

Implements

std::serialize returns a machine readable string representation of the object

See also

std::deserialize