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

Class abstraction C# binary data type
Inheritance: ScalarType
Afficher le fichier Open project: ecologylab/simplCSharp

Méthodes publiques

Méthode Description
BinaryDataType ( ) : System
BinaryDataType ( Type type ) : System
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
SimplEquals ( object left, object right ) : bool

Method Details

BinaryDataType() public méthode

public BinaryDataType ( ) : System
Résultat System

BinaryDataType() public méthode

public BinaryDataType ( Type type ) : System
type System.Type
Résultat System

GetInstance() public méthode

public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
value string
formatStrings string
unmarshallingContext IScalarUnmarshallingContext
Résultat object

Marshall() public méthode

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

SimplEquals() public méthode

public SimplEquals ( object left, object right ) : bool
left object
right object
Résultat bool