293031323334353637
*/ protected JsonWriter getPersistenceWriter() { if( jsonWriter == null ) { jsonWriter = new JsonWriter(); } return jsonWriter; }