Legend
| Static method: void |
| T | Type of object to reconstruct. |
| string | json | Json string to reconstruct object from. |
| T | intoObject | Object to assign values to in order to reconstruct the original object. |
| ClassifyOptions | options | Options. |
| IClassifyFormat<JsonValue> | format | Implementation of a Classify format. See ClassifyJsonFormat for an example. |