Class ClojureSerializationRegister

    • Constructor Detail

      • ClojureSerializationRegister

        public ClojureSerializationRegister()
    • Method Detail

      • register

        public void register​(com.esotericsoftware.kryo.Kryo kryo)
                      throws Exception
        Description copied from interface: SerializationRegister
        Register any serializers needed with the kryo instance.
        Specified by:
        register in interface SerializationRegister
        Parameters:
        kryo - what to register the serializers with.
        Throws:
        Exception