As per the
Protocol Buffer documentation, nested Collections like
Map<String,Map<String>> are not supported in .proto file schema definition.
Also null is not supported , instead default value for string is empty string and for numeric types is 0.
So, how does it is supported using Protostuff library ?