public class

StringQuoter

extends Object
java.lang.Object
   ↳ com.google.gwt.autobean.shared.impl.StringQuoter

Class Overview

This class has a super-source version with a client-only implementation.

Summary

Public Constructors
StringQuoter()
Public Methods
static String quote(String raw)
Create a quoted JSON string.
static Splittable split(String payload)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StringQuoter ()

Public Methods

public static String quote (String raw)

Create a quoted JSON string.

public static Splittable split (String payload)