HomeManualTopicsTypesSymbols

std::serialize

returns a machine readable string representation of the object

Parameters

None

Results

None

Description

If possible the object ist transformed into its source code form.

Topics

Strings

Serialization

See also

std::serialization_tag_of
std::to_string returns a human readable presentation of the object

Implemented by

std_types::character serializes the character
std_types::false returns the string "" and a newline character
std_types::file_descriptor serializes a file descriptor
std_types::process_id serializes a process id
std_types::string returns a string representation of the string
std_types::true returns the string "" and a newline character