noctarius aka Christoph Engelbert

Results 18 issues of noctarius aka Christoph Engelbert

Adding support for (de-)serialization in BigMemory like directly allocated memory. This could be used as fast and No-GC valueobject only cache.

Add support to persist data including the ClassDefinitionContainer to a serialization data file. This could be implemented by using a second SerializerOutputStream and SerializerInputStream which features a FileOutputStream / FileInputStream...

enhancement

If a custom ClassDefinitionContainer should be used a possible reader / writer interface for those implementations should be available to be used by the InternalSerializerCreator when building the Serializer.

enhancement

Add Javadoc to public interfaces

An interface has to be added which implementation chain is called to determine if a value is nullable or not. This has to be called by writePossibleNull / isNull.

enhancement

While marshalling test for circularity in objects which are not supported in SpeedOptimized strategy since it will loop infinitely.

enhancement

This PR is a work in progress to test and work on a redesign of the timescale part of the implementation. The main focus is to minimize disk space consumption,...

### What happens? Querying with a bigint value from the nodejs binding fails to match a bigint value in the database. ### To Reproduce Reproducer code: ```typescript import {Callback, Database,...