Loading...
Searching...
No Matches
PixelCrushers.Wrappers.JsonDataSerializer Class Reference

This wrapper for PixelCrushers.JsonDataSerializer keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.Wrappers.JsonDataSerializer:
Collaboration diagram for PixelCrushers.Wrappers.JsonDataSerializer:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.JsonDataSerializer
override string Serialize (object data)
 
override T Deserialize< T > (string s, T data=default(T))
 
- Public Member Functions inherited from PixelCrushers.DataSerializer
string Serialize (object data)
 
Deserialize< T > (string s, T data=default(T))
 
- Properties inherited from PixelCrushers.JsonDataSerializer
bool prettyPrint [get, set]
 

Detailed Description

This wrapper for PixelCrushers.JsonDataSerializer keeps references intact if you switch between the compiled assembly and source code versions of the original class.


The documentation for this class was generated from the following file: