Hi all,
I'm working on thrift-based serializer/deserializer for Java that does not
require generating code. It works by creating bytecode on the fly (using
ASM) and can read from TProtocol into Maps or plain javabeans, and
viceversa.

There's lots still missing, but the basic uses cases are working. I thought
you guys might find it interesting. The code is up at
http://github.com/martint/swift

Cheers,
Martin

Reply via email to