MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / serialize

Method serialize

IPL/src/IPLProcessProperty.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264IPLProcessProperty::SerializedData IPLProcessPropertyInt::serialize() const
265{
266 return serializeProperty(type(),_widget,_value);
267}
268
269void IPLProcessPropertyInt::deserialize(const SerializedData &data)
270{

Callers 1

writeProcessFileMethod · 0.80

Calls 2

serializePropertyFunction · 0.85
typeFunction · 0.50

Tested by

no test coverage detected