Tagged Questions
1
vote
1answer
88 views
How to migrate an XML serialization framework in Java in a tightly coupled system?
I work for a company that uses XML for storing a bunch of serialized Java classes. The framework we use is Apache Betwixt (abandonded in 2008) and it's kind of pain to maintain and extend (it seemed ...
3
votes
3answers
560 views
Use of Abstract Syntax Notation (ASN.1)
The problem of Electronic Data Interchange over networks is well known and understood. Today, the most common formats for data interchange are things like XML and JSON. There are various pros and ...
2
votes
2answers
712 views
Validating Objects With XSDs: Is Re-Serializing Redundant or Negligible?
Context:
I've got a web service that deals with request / response objects. There are strict, externally-defined schemas constraining both the structure and the content of both requests and ...