public abstract class SerializerCore extends 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).Copyright © 2017. All rights reserved.