2c6e10c797ca04569d7ba1a58e37c38b464b80f1
[nit.git] / tests / sav / nitce / test_binary_deserialization_alt1.res
1 # Src:
2 <A: true a 0.123 1234 asdf false p4ssw0rd>
3 # Dst:
4 <A: true a 0.123 1234 asdf false p4ssw0rd>
5
6 # Src:
7 <B: <A: false b 123.123 2345 hjkl false p4ssw0rd> 1111 qwer>
8 # Dst:
9 <B: <A: false b 123.123 2345 hjkl false p4ssw0rd> 1111 qwer>
10
11 # Src:
12 <C: <A: true a 0.123 1234 asdf false p4ssw0rd> <B: <A: false b 123.123 2345 hjkl false p4ssw0rd> 1111 qwer>>
13 # Dst:
14 <C: <A: true a 0.123 1234 asdf false p4ssw0rd> <B: <A: false b 123.123 2345 hjkl false p4ssw0rd> 1111 qwer>>
15
16 # Src:
17 <D: <B: <A: false b 123.123 2345 new line ->
18 <- false p4ssw0rd> 1111         f"\r\/> true>
19 # Dst:
20 <D: <B: <A: false b 123.123 2345 new line ->
21 <- false p4ssw0rd> 1111         f"\r\/> true>
22
23 Deserialization Error: Doesn't know how to deserialize class "Array", Deserialization Error: Wrong type on `E::a` expected `PlaceHolderTypeWhichShouldNotExist`, got `null`, Deserialization Error: Doesn't know how to deserialize class "Array", Deserialization Error: Wrong type on `E::b` expected `PlaceHolderTypeWhichShouldNotExist`, got `null`
24 # Src:
25 <E: a: hello, 1234, 123.4; b: hella, 2345, 234.5>
26 # Dst:
27 <E: a: hello, 1234, 123.4; b: hella, 2345, 234.5>
28
29 Deserialization Error: Doesn't know how to deserialize class "F"
30 Deserialization Error: Doesn't know how to deserialize class "F"
31 Deserialization Error: Doesn't know how to deserialize class "HashSet", Deserialization Error: Wrong type on `G::hs` expected `PlaceHolderTypeWhichShouldNotExist`, got `null`, Deserialization Error: Doesn't know how to deserialize class "ArraySet", Deserialization Error: Wrong type on `G::s` expected `Set[String]`, got `null`, Deserialization Error: Doesn't know how to deserialize class "HashMap", Deserialization Error: Wrong type on `G::hm` expected `PlaceHolderTypeWhichShouldNotExist`, got `null`, Deserialization Error: Doesn't know how to deserialize class "ArrayMap", Deserialization Error: Wrong type on `G::am` expected `PlaceHolderTypeWhichShouldNotExist`, got `null`
32 # Src:
33 <G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
34 # Dst:
35 <G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
36