Abstract base class for serializers that serialize objects to strings and deserialize strings back into objects.
More...
Abstract base class for serializers that serialize objects to strings and deserialize strings back into objects.
◆ Deserialize< T >()
T PixelCrushers.DataSerializer.Deserialize< T > |
( |
string |
s, |
|
|
T |
data = default(T) |
|
) |
| |
|
abstract |
◆ Serialize()
string PixelCrushers.DataSerializer.Serialize |
( |
object |
data | ) |
|
|
abstract |
The documentation for this class was generated from the following file:
- C:/Dev/Quest Machine/Dev/Source/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs