public class JsonMatrixConverter
extends Object
Constructor and Description |
---|
JsonMatrixConverter() |
Modifier and Type | Method and Description |
---|---|
static String |
className()
Unique class name for identifying JSON object encoded by this class.
|
static Matrix |
fromJson(String json)
Parses the JSON representation of a Matrix into a
Matrix . |
static String |
toJson(Matrix m)
Coverts the Matrix to a JSON string.
|
public static String className()
public static Matrix fromJson(String json)
Matrix
.json
- (undocumented)public static String toJson(Matrix m)
m
- (undocumented)