File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Serialized via **XMLDecoder for XML:**
7979 </object>
8080</java>
8181```
82- Serialized via ** JACKSONE (hypothetical) for Json:**
82+ < br > Serialized via ** JACKSONE (hypothetical) for Json:**
8383```
8484...
8585{
@@ -89,19 +89,18 @@ Serialized via **JACKSONE (hypothetical) for Json:**
8989 "flag" : true
9090}
9191```
92- Serialized via ** (hypothetical) YAML:**
92+ < br > Serialized via ** (hypothetical) YAML:**
9393```
9494val1: 55,
9595val2: 455.45,
9696val3: 236.12,
9797flag: true
9898```
99- Serialized via ** SerialX for SerialX (protocol):**
99+ < br > Serialized via ** SerialX for SerialX (protocol):**
100100```
101101some.package.Foo 55D 455.45 236.12F T;
102- ```
103- <br >
104- After introduction od variables in 1.5.0 and cope in 1.2.0: <br >
102+ ```
103+ <br > After introduction od variables in 1.5.0 and cope in 1.2.0: <br >
105104Serialized via ** SerialX for SerialX (protocol + scope):**
106105```
107106some.package.Foo {
@@ -111,7 +110,7 @@ some.package.Foo {
111110 flag = T
112111}
113112```
114- Serialized via ** SerialX for SerialX (scope only):**
113+ < br > Serialized via ** SerialX for SerialX (scope only):**
115114```
116115{
117116 val1 = 55D,
You can’t perform that action at this time.
0 commit comments