Tag: JSON / JAVA / XML

Community

Marshalling Java to JSON in JAX-RS

(Thamizh Arasu) In this article, I am going to explain about the purpose and the process of writing custom marshaller for web services. First we have to be clear on what is marshaller. Marshalling is the nothing but the process of converting in-memory object into persisting or transportable format.

Community

Rust, JNI, Java

(Alexey Ragozin) Recently, I had a necessity to do some calls to kernel32.dll from my Java code. Just a few system calls on Windows platform, as simple as it sounds. Plus I wanted to keep resulting size of binary as small as possible.