Interface IObjectReference
Used during deserialization for object references for late resolving (i.e. from IRegistrar.
Namespace: Eco.Core.Serialization.Internal
Assembly: Eco.Core.dll
Syntax
public interface IObjectReference
Methods
GetReferencedObject()
Gets referenced object. Usually only available when all object deserialized and fixups may be applied.
Declaration
object GetReferencedObject()
Returns
Type | Description |
---|---|
System.Object |
TryGetReferencedObject(out Object)
Tries to get referenced object. Returns false
if that not possible.
Declaration
bool TryGetReferencedObject(out object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |