CapyKit/Documentation/Help/Overload_CapyKit_Helpers_SerializationHelper_Deserialize.md

23 lines
760 B
Markdown
Raw Normal View History

# Deserialize Method
## Overload List
<table>
<tr>
<td><a href="M_CapyKit_Helpers_SerializationHelper_Deserialize__1">Deserialize(T)(Byte[])</a></td>
<td>Deserializes an object to a given <em>T</em> type.</td></tr>
<tr>
<td><a href="M_CapyKit_Helpers_SerializationHelper_Deserialize__1_1">Deserialize(T)(Stream)</a></td>
<td>Deserializes an object to a given <em>T</em> type.</td></tr>
<tr>
<td><a href="M_CapyKit_Helpers_SerializationHelper_Deserialize__1_2">Deserialize(T)(String)</a></td>
<td>Deserializes a <code>JSON</code> encoded string to the given <em>T</em>.</td></tr>
</table>
## See Also
#### Reference
<a href="T_CapyKit_Helpers_SerializationHelper">SerializationHelper Class</a>
<a href="N_CapyKit_Helpers">CapyKit.Helpers Namespace</a>