()
| 79 | BinaryFormat binaryFormat; |
| 80 | |
| 81 | public XMLFormat() { |
| 82 | this( |
| 83 | false, |
| 84 | |
| 85 | |
| 86 | |
| 87 | true, |
| 88 | false, |
| 89 | "\n", |
| 90 | 0, |
| 91 | 2, |
| 92 | null, |
| 93 | true, |
| 94 | ValueFormat.TO_TYPE, |
| 95 | RecordFormat.VALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE, |
| 96 | false, |
| 97 | NullFormat.EMPTY_ELEMENT, |
| 98 | ArrayFormat.STRING, |
| 99 | BinaryFormat.BASE64 |
| 100 | ); |
| 101 | } |
| 102 | |
| 103 | private XMLFormat( |
| 104 | boolean mutable, |