OpenMM
|
XmlSerializer is used for serializing objects as XML, and for reconstructing them again. More...
Inherits _object.
Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | serializeSystem (args) |
serializeSystem(System object) -> std::string More... | |
def | deserializeSystem (args) |
deserializeSystem(char const * inputString) -> System More... | |
def | __del__ (self) |
del(OpenMM::XmlSerializer self) More... | |
Static Public Member Functions | |
def | serialize (object) |
Serialize an object as XML. More... | |
def | deserialize (inputString) |
Reconstruct an object that has been serialized as XML. More... | |
XmlSerializer is used for serializing objects as XML, and for reconstructing them again.
def __init__ | ( | self, | |
args, | |||
kwargs | |||
) |
def __del__ | ( | self | ) |
del(OpenMM::XmlSerializer self)
References simtk.openmm.openmm.stripUnits().
|
static |
Reconstruct an object that has been serialized as XML.
def deserializeSystem | ( | args | ) |
deserializeSystem(char const * inputString) -> System
This method exists only for backward compatibility.
|
static |
Serialize an object as XML.
def serializeSystem | ( | args | ) |
serializeSystem(System object) -> std::string
This method exists only for backward compatibility.