SerializableObjectSerializableDependency Method (SerializableObject) |
Note: This API is now obsolete.
Whether the specified object depends on the serializable object.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax[ObsoleteAttribute("Implement ISerializableObjectContainer on the owning aspect instead")]
public 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