Hi, I have a question about the library. Is there a possibility to treat null values as None?
I encode the data in C# using (https://github.com/neuecc/MessagePack-CSharp) which places null values for not initialized public members. Then I try to read the encoded data from Scala, but get this error
java.util.NoSuchElementException: None.get
ID: 318
Original Author: vpodlnk
Hi, I have a question about the library. Is there a possibility to treat
null
values asNone
? I encode the data in C# using (https://github.com/neuecc/MessagePack-CSharp) which placesnull
values for not initialized public members. Then I try to read the encoded data from Scala, but get this errorjava.util.NoSuchElementException: None.get
ID: 318 Original Author: vpodlnk