Skip to content

fispurring/GDSerializeHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

It can serialize the data into the Hashtable type and deserialize the Hashtable type data into source type.

To serialize:

SerializeHelper.Serialize(data);

To deserialize:

SerializeHeler.Deserialize(data) as SourceType

Notice:

Currently,GDSerializeHelper supports commonly used data types,including class,Array and List.

Considering the size of data packet, GDSerializeHelper only serialize the public properties of class.

About

A Serializer for Photon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages