C# Class Auxilium_Server.Classes.Pack

Show file Open project: banksyhf/Auxilium Class Usage Examples

Public Methods

Method Description
Deserialize ( byte data ) : object[]
Pack ( ) : System
Serialize ( ) : byte[]

Method Details

Deserialize() public method

public Deserialize ( byte data ) : object[]
data byte
return object[]

Pack() public method

public Pack ( ) : System
return System

Serialize() public method

public Serialize ( ) : byte[]
return byte[]