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

Inheritance: ReferenceType
Show file Open project: ecologylab/simplCSharp

Public Methods

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

Method Details

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

TypeType() public method

public TypeType ( ) : System
return System