29303132333435
* Constructs an object serializer that uses the FreezeDry persistence framework to * serialize the objects into and out of JSON */ public KeyValuePersistenceSerializer() { super( new KeyValuePersistence() ); }