Simbody 3.7
Loading...
Searching...
No Matches
Utilities for De/serializing

These namespace-scope templatized utilities provide uniform serialization and deserialization behavior for built-in and SimTK-defined types. More...

Topics

 readFormatted()
 
 
 readUnformatted()
 
 
 writeFormatted()
 
 
 writeUnformatted()
 Namespace-scope utility method SimTK::writeUnformatted<T>() writes a value of type T to an output stream as a space-separated series of tokens with no brackets, commas, semicolons or other formatting characters.
 

Detailed Description

These namespace-scope templatized utilities provide uniform serialization and deserialization behavior for built-in and SimTK-defined types.

See SimTK::Xml for support of serialization to/from Xml files.