Click or drag to resize

SerializableObjectSerializableDependency(SerializableObject) Method

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: 19.00.00
Syntax
C#
[ObsoleteAttribute("Implement ISerializableObjectContainer on the owning aspect instead")]
public abstract bool SerializableDependency(
	SerializableObject so
)

Parameters

so  SerializableObject
The object to test.

Return Value

Boolean
True 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