Class DefaultArraySerializer
Inheritance
object
DefaultArraySerializer
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 static class DefaultArraySerializer
Methods
Deserialize(string, Type)
Declaration
public static object Deserialize(string serializedObj, Type elementType)
Parameters
Type | Name | Description |
---|---|---|
string | serializedObj | |
System.Type | elementType |
Returns
Type | Description |
---|---|
object |
Serialize(object, Type)
Declaration
public static string Serialize(object obj, Type elementType)
Parameters
Type | Name | Description |
---|---|---|
object | obj | |
System.Type | elementType |
Returns
Type | Description |
---|---|
string |