C# Class Simpl.Serialization.Types.Scalar.FieldInfoType

Inheritance: ReferenceType
Show file Open project: ecologylab/simplCSharp

Public Methods

Method Description
FieldInfoType ( ) : System
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
SimplEquals ( object left, object right ) : bool

Method Details

FieldInfoType() public method

public FieldInfoType ( ) : System
return System

GetInstance() public method

public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
value string
formatStrings string
unmarshallingContext IScalarUnmarshallingContext
return object

Marshall() public method

public Marshall ( object instance, TranslationContext context = null ) : string
instance object
context Simpl.Serialization.Context.TranslationContext
return string

SimplEquals() public method

public SimplEquals ( object left, object right ) : bool
left object
right object
return bool