serial-builder
serial-builder copied to clipboard
Library for manually creating Java serialization data.
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...
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...