Class ArraySerializer<T>
Inheritance
object
ArraySerializer<T>
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 abstract class ArraySerializer<T> : ISerializer, IDeserializer
Type Parameters
Name | Description |
---|---|
T |
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 |