C# Class SerializablePrimative, code

Inheritance: ISerializable
Show file Open project: shendongnian/code

Public Methods

Method Description
GetSerializable ( Object o ) : SerializablePrimative,
IsSupported ( Object o ) : boolean,
IsSupported ( Type, t ) : boolean,

Private Methods

Method Description
SerializablePrimative ( newVal )

Method Details

GetSerializable() public static method

public static GetSerializable ( Object o ) : SerializablePrimative,
o Object
return SerializablePrimative,

IsSupported() public static method

public static IsSupported ( Object o ) : boolean,
o Object
return boolean,

IsSupported() public static method

public static IsSupported ( Type, t ) : boolean,
t Type,
return boolean,