SerializableObjectSerializableDependency(SerializableObject) Method |
Note: This API is now obsolete.
Whether the specified object depends on the serializable object.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax[ObsoleteAttribute("Implement ISerializableObjectContainer on the owning aspect instead")]
public abstract bool SerializableDependency(
SerializableObject so
)Parameters
- so SerializableObject
- The object to test.
Return Value
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