Legend
| Static method: object Deserialize( |
| Type | type | Type of object to reconstruct. |
| JsonValue | json | Serialized form to reconstruct object from. |
| ClassifyOptions | options | Options. |
| IClassifyFormat<JsonValue> | format | Implementation of a Classify format. See ClassifyJsonFormat for an example. |