0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added basic (untested) MarshallerGenerator to automatically generate marshallers for all defined classes. The internally used marshallers are wrapped to delegates to not make generation depending on order of definitions. More... about 12 years ago
Added reactor and maven-plugin project and moved core to reactors submodule More... about 12 years ago
Added unittest for calculation More... about 12 years ago
Fixed attributes() in AbstractSerializerDefinition More... about 12 years ago
Added calculation for SerialVersionUID More... about 12 years ago
Fixed runtime retention of @Attribute More... about 12 years ago
Fixed IntegerMarshaller More... about 12 years ago
Missing strategy enum :) More... about 12 years ago
Added support for second checksum algorithm (Java Serialization like SerialVersionUID) More... about 12 years ago
Moved LogLevel to it's own classfile More... about 12 years ago
Fixed ASL2 headers More... about 12 years ago
Cleaned internal implementation of PropertyAccessors More... about 12 years ago
Added ASL2 headers More... about 12 years ago
Devided Marshaller in AbstractMarshaller (base values, does not need to be instantiated e.g. wrapper type / enums / ...) and AbstractObjectMarshaller for object types need to be instantiated by an ObjectInstantiator implementation More... about 12 years ago
Added basic marshallers for primitive and wrappers More... about 12 years ago
Changed Marshaller interface (removed generics to be more flexible in implementations of marshallers) More... about 12 years ago
Added basic handling of annotated properties (including annotated methods to fields) More... about 12 years ago
Added start of code generator, not sure if the design is a good start, we will see More... about 12 years ago
Fixed visiting and added basic logging More... about 12 years ago
Added basic building of the serializer by visiting all definitions More... about 12 years ago
Adding more definitions methods for fluent builder More... about 12 years ago
Added suppress warning to exceptions More... about 12 years ago
Small markdown file as an description More... about 12 years ago
Finished "implementation details" of the SerializerStream implementations More... about 12 years ago
Added first PropertyAccessor implementations More... about 12 years ago
Added delegation for streams, buffers and readers/writers More... about 12 years ago
Added some more internal base logic classes and interfaces More... about 12 years ago
Code formating More... about 12 years ago
Moved Objenesis classes as integral part to com.github.lightning.instantiator More... about 12 years ago
Added a logger interface to adapt logging to other logging frameworks More... about 12 years ago