I am working on a schema.org project with objects I would like to put between akka actors. Schema.org objects tend to have high number of properties, with high null counts. Is there a way to tell the setializer/ deserializer to ignore indexes? So to say, in the following object the indexes of values are [0,1,2,3,6,9,10,25], and all other will have default value?