EindbaasExpress / handsonscala-issuemigrator

Part of the HandsOnScala Course
0 stars 0 forks source link

MessagePack: handle null values as None #84

Open EindbaasExpress opened 2 years ago

EindbaasExpress commented 2 years ago

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