Schnittstelle WriterConfig

Alle bekannten Implementierungsklassen:
PrettyPrint

public interface WriterConfig
Controls the formatting of the JSON output. Use one of the available constants.
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final WriterConfig
    Write JSON in its minimal form, without any additional whitespace.
    static final WriterConfig
    Write JSON in its minimal form, but escape almost all unicode signs; umlauts, smileys and more are escaped
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    com.restfb.json.JsonWriter
     
  • Felddetails

    • MINIMAL

      static final WriterConfig MINIMAL
      Write JSON in its minimal form, without any additional whitespace. This is the default.
    • UNICODE

      static final WriterConfig UNICODE
      Write JSON in its minimal form, but escape almost all unicode signs; umlauts, smileys and more are escaped
  • Methodendetails