Class DefaultArraySerializer
Inherited Members
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 | |
Type | elementType |
Returns
Type | Description |
---|---|
object |
Serialize(object, Type)
Declaration
public static string Serialize(object obj, Type elementType)
Parameters
Type | Name | Description |
---|---|---|
object | obj | |
Type | elementType |
Returns
Type | Description |
---|---|
string |