Class CollectionWithIdsSerializerBase.InstanceInfo
A structure containing the information about the instance that we need the store in the Stride.Core.Yaml.Serialization.ObjectContext.Properties dictionary.
protected class CollectionWithIdsSerializerBase.InstanceInfo
  - Inheritance
 - 
      objectCollectionWithIdsSerializerBase.InstanceInfo
 
Constructors
InstanceInfo(object, ITypeDescriptor)
public InstanceInfo(object instance, ITypeDescriptor typeDescriptor)
  Parameters
instanceobjecttypeDescriptorITypeDescriptor
Fields
Descriptor
public readonly ITypeDescriptor Descriptor
  Field Value
- ITypeDescriptor
 
Instance
public readonly object Instance
  Field Value
- object