C# Class FileFind.Serialization.Raw

Show file Open project: codebutler/meshwork

Public Methods

Method Description
Deserialize ( byte rawdata, Type type ) : object
Serialize ( object obj ) : byte[]

Method Details

Deserialize() public static method

public static Deserialize ( byte rawdata, Type type ) : object
rawdata byte
type System.Type
return object

Serialize() public static method

public static Serialize ( object obj ) : byte[]
obj object
return byte[]