Is there the equivalent of colander / dictshield for Java / Scala?

Colander is a python pylons tool for:

It is a bit like orm of semi-structured data; In my opinion, it will be particularly useful if you are dealing with any problem:

>Many third-party APIs return XML / JSON in proprietary structures > internal systems that need to serialize and deserialize the same data (for example, if you have an internal API to bridge)

I'm working on a Scala project with these two requirements - so I wonder if there's anything equivalent to colander working for the JVM?

Solution

XStream may be a good choice for this kind of library

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>