Deserialize(Byte, IEnumerableType) |
Deserializes a byte array into an object.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
Deserialize(Byte, Int32) |
Deserializes the specified part of a byte array into an object. If SafeMode is enabled
in Options and rawData contains natively not supported types by name, then you should use
the other overloads to specify the expected types.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
Deserialize(Byte, Type) |
Deserializes a byte array into an object.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
Deserialize(Byte, Int32, IEnumerableType) |
Deserializes the specified part of a byte array into an object.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
Deserialize(Byte, Int32, Type) |
Deserializes the specified part of a byte array into an object.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
DeserializeT(Byte, IEnumerableType) |
Deserializes a byte array into an instance of T.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
DeserializeT(Byte, Type) |
Deserializes a byte array into an instance of T.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
DeserializeT(Byte, Int32, IEnumerableType) |
Deserializes the specified part of a byte array into an instance of T.
See the Remarks section of the DeserializeT(Byte, Int32, Type) overload for details. |
DeserializeT(Byte, Int32, Type) | Deserializes the specified part of a byte array into an instance of T. |