|
|
SerializationTry
|
| Name | Description | |
|---|---|---|
|
|
TryGetObject(Byte, Object) |
Obsolete.
Attempts binary deserialization on the byte array and returns the typed object for it. |
|
|
TryGetObjectT(Byte, T) |
Obsolete.
Attempts binary deserialization on the byte array and returns the typed object for it. |
|
|
TryGetObjectT(String, T) |
Obsolete.
Attempts XML deserialization on the XML string and returns the typed object for it. |