[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.BaseConverter

BaseConverter Class

Defines the base class for the converter.

Inheritance
BaseConverter
Namespace: C1.Web.Mvc.Serialization
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class BaseConverter

Constructors

Name Description
BaseConverter()

Properties

Name Description
CanRead

Gets a value indicating whether this BaseConverter can read.

CanWrite

Gets a value indicating whether this BaseConverter can write.

Methods

Name Description
CanConvert(Type, IContext)

Determines whether this instance can convert the specified object type.

Write(BaseWriter, object, IContext)

Writes the specified value.