org.glassfish.jersey.media.json.internal.writer
Class JsonEncoder

java.lang.Object
  extended by org.glassfish.jersey.media.json.internal.writer.JsonEncoder

public class JsonEncoder
extends Object

Collection of JSON encoder utility methods.

Author:
Jakub Podlesak

Method Summary
static String encode(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(String text)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.