Interface Serializer

All Known Subinterfaces:
ByteArraySerializer<T>, StreamSerializer<T>

public interface Serializer
Base interface of custom serialization interfaces

see ByteArraySerializer see StreamSerializer

  • Method Summary

    Modifier and Type Method Description
    void destroy()
    Called when instance is shutting down.
    int getTypeId()  
  • Method Details

    • getTypeId

      int getTypeId()
      Returns:
      typeId of serializer
    • destroy

      void destroy()
      Called when instance is shutting down. It can be used to clear used resources.