Class ContentTypeReader
public abstract class ContentTypeReader
- Inheritance
-
ContentTypeReader
- Derived
- Inherited Members
Constructors
ContentTypeReader(Type)
protected ContentTypeReader(Type targetType)
Parameters
targetType
Type
Properties
CanDeserializeIntoExistingObject
public virtual bool CanDeserializeIntoExistingObject { get; }
Property Value
TargetType
public Type TargetType { get; }
Property Value
TypeVersion
public virtual int TypeVersion { get; }
Property Value
Methods
Initialize(ContentTypeReaderManager)
protected virtual void Initialize(ContentTypeReaderManager manager)
Parameters
manager
ContentTypeReaderManager
Read(ContentReader, object)
protected abstract object Read(ContentReader input, object existingInstance)
Parameters
input
ContentReaderexistingInstance
object