protostuff :: core · protobuf serialization for mutable messages
Group: com.dyuproject.protostuff - All Dependencies
protostuff :: runtime · protobuf serialization for pre-existing objects
protostuff :: collectionschema · predefined schemas for jdk collections and maps
protostuff :: json · protostuff serialization using json format
protostuff :: xml · protostuff serialization using xml format
protostuff :: runtime-registry · id registration for runtime types
protostuff :: compiler · compiler for .proto files (java/gwt/etc output)
protostuff :: model · An object model from the code generated by protoc(objects using the builder pattern). This acts as a "message descriptor" at runtime(especially for LITE_RUNTIME) ... which can also be used to generate code for other formats. This also provides runtime accessors for the fields of a message via reflection.
protostuff :: runtime-md · protostuff runtime for mobile devices (actually JREs with no sun.reflect.* packages)
protostuff :: codegen · code generator for protobuf+json, gwt json overlays
protostuff :: yaml · protostuff serialization using yaml format
protostuff :: model-json · json serialization for objects generated by google's protoc(objects using the builder pattern).
protostuff :: uberjar · serialization api for messages
protostuff :: runtime-view · runtime views (filters and predicates, include/exclude fields on ser/deser)
protostuff :: maven-plugin · protostuff-maven-plugin
protostuff :: kvp · binary key-value-pair serialization format (see http://projects.unbit.it/uwsgi/wiki/uwsgiProtocol)
protostuff · Java serialization library, proto compiler, code generator