7475767778798081828384
*/ public void write( Object obj, OutputStream out ) throws Exception { Marshall marshaller = new JSONMarshall(); JSONObject jObj = marshaller.marshall( obj ); super.write( jObj.render( false ), out ); } /* * (non-Javadoc) *