com.kenai.jnr.x86asm
public abstract class SerializerCore extends java.lang.Object
Serializer
class, this class is only designed to
decrease code size when exporting AsmJit library symbols. Some compilers
(for example MSVC) are exporting inline symbols when class is declared
to export them and Serializer
class contains really huge count of
symbols that will be never used (everything is inlined).Constructor and Description |
---|
SerializerCore() |