bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
153 stars 97 forks source link

Any types can't be deserialized #54

Open pmrochaubi opened 5 years ago

pmrochaubi commented 5 years ago

Tryin to deserialize a previous serialized message that contains Any types, returns an error.

XmlFormater : com.googlecode.protobuf.format.ProtobufFormatter$ParseException: 1:83: Expected ">".

JsonFormater: Protocol message contained an invalid tag (zero).