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