C# Class PBSerializer, code

显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Deserialize ( string serializedObj, test, &obj ) : void
Serialize ( Type, objType, object obj ) : string

Method Details

Deserialize() public static method

public static Deserialize ( string serializedObj, test, &obj ) : void
serializedObj string
obj test,
return void

Serialize() public static method

public static Serialize ( Type, objType, object obj ) : string
objType Type,
obj object
return string