C# Class Octgn.DataNew.ProxyGeneratorSerializer

Inheritance: IFileDbSerializer
Show file Open project: octgn/OCTGN Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string fileName ) : object
ProxyGeneratorSerializer ( System.Guid gameId, gameProxygen proxygen ) : System
Serialize ( object obj ) : byte[]

Method Details

Deserialize() public method

public Deserialize ( string fileName ) : object
fileName string
return object

ProxyGeneratorSerializer() public method

public ProxyGeneratorSerializer ( System.Guid gameId, gameProxygen proxygen ) : System
gameId System.Guid
proxygen gameProxygen
return System

Serialize() public method

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