Method | Description | |
---|---|---|
Pack ( object ob ) : string | ||
Pack ( object obj, bool InArray ) : string | ||
Unpack ( string packed ) : object |
Method | Description | |
---|---|---|
UnpackHelper ( string packed ) : object |
public static Pack ( object obj, bool InArray ) : string | ||
obj | object | |
InArray | bool | |
return | string |
public static Unpack ( string packed ) : object | ||
packed | string | |
return | object |