public class JsonVectorConverter
extends Object
| Constructor and Description | 
|---|
JsonVectorConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Vector | 
fromJson(String json)
Parses the JSON representation of a vector into a  
Vector. | 
static String | 
toJson(Vector v)
Coverts the vector to a JSON string. 
 | 
public static Vector fromJson(String json)
Vector.json - (undocumented)public static String toJson(Vector v)
v - (undocumented)