SerializableObjectSerializableDependency Method (SerializableObject) |
Whether the specified object depends on the serializable object.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic abstract bool SerializableDependency(
SerializableObject so
)
Parameters
- so
- Type: Demo3D.VisualsSerializableObject
The object to test.
Return Value
Type:
BooleanTrue if this object depends on the serializable object, false otherwise.
Remarks
When serializing out this object, all serializable objects that the this object depends on are
also serialized out.
See Also