Loading
bugfix: avoid (de)serializer of protobuf fields
it is not supported by gson and will cause ` java.lang.IllegalArgumentException: field <field_name> has type com.google.protobuf.*, got java.util.ArrayList `. it is not needed/intended anyway.