C# Class GameFrameworkData.DbDataSerializer

Show file Open project: dreamanlan/CSharpGameFramework

Private Properties

Property Type Description
Decode bool
Encode byte[]

Private Methods

Method Description
Decode ( byte msgbuf, Type t, object &msg ) : bool
Encode ( object msg ) : byte[]