serial-builder icon indicating copy to clipboard operation
serial-builder copied to clipboard

Library for manually creating Java serialization data.

Results 2 serial-builder issues
Sort by recently updated
recently updated
newest added

Currently the builder only provides a fluent API. While this has some advantages it also have some disadvantages: - Bad IDE support: - Auto-formatting would remove proper indentation - Easy...

enhancement

See https://github.com/OpenHFT/Java-Runtime-Compiler/issues/93 Additionally, because `CompilerUtils.CACHED_COMPILER` compiles with `-g -nowarn` by default, consider using `CachedCompiler(File, File, List)` either with an empty list of `javac` options, or with `-Xlint:all` (unless that causes...

enhancement