Package com.cedarsoftware.util.io
Interface JsonWriter.JsonClassWriterEx
-
- All Superinterfaces:
JsonWriter.JsonClassWriter
,JsonWriter.JsonClassWriterBase
- Enclosing class:
- JsonWriter
@Deprecated public static interface JsonWriter.JsonClassWriterEx extends JsonWriter.JsonClassWriter
Deprecated.Implement this interface to customize the JSON output for a given class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
JsonWriter.JsonClassWriterEx.Support
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_WRITER
Deprecated.
-
Method Summary
-
Methods inherited from interface com.cedarsoftware.util.io.JsonWriter.JsonClassWriter
getWriter, hasPrimitiveForm, write, write, writePrimitiveForm, writePrimitiveForm
-
-
-
-
Field Detail
-
JSON_WRITER
static final String JSON_WRITER
Deprecated.- See Also:
- Constant Field Values
-
-