Class RectIntSerializer
This class is used to serialize and deserialize RectInts.
Inheritance
object
RectIntSerializer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.Serialization
Syntax
public class RectIntSerializer : ISerializer, IDeserializer
Properties
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
Deserialize(string)
Declaration
public object Deserialize(string serializedObj)
Parameters
Type | Name | Description |
---|---|---|
string | serializedObj |
Returns
Type | Description |
---|---|
object |
Serialize(object)
Declaration
public string Serialize(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
string |