()
| 97 | BinaryFormat binaryFormat; |
| 98 | |
| 99 | public JSONFormat() { |
| 100 | this( |
| 101 | false, |
| 102 | |
| 103 | |
| 104 | |
| 105 | false, |
| 106 | "\n", |
| 107 | 0, |
| 108 | 2, |
| 109 | null, |
| 110 | true, |
| 111 | ValueFormat.TO_TYPE, |
| 112 | RecordFormat.ARRAY, |
| 113 | NullFormat.NULL_ON_NULL, |
| 114 | NullFormat.NULL_ON_NULL, |
| 115 | true, |
| 116 | false, |
| 117 | false, |
| 118 | false, |
| 119 | BinaryFormat.BASE64 |
| 120 | ); |
| 121 | } |
| 122 | |
| 123 | private JSONFormat( |
| 124 | boolean mutable, |