Interface SerializationDelegate

    • Method Detail

      • prepare

        void prepare​(Map<String,​Object> topoConf)
        Lifecycle step that will be called after instantiating with nullary constructor.
      • serialize

        byte[] serialize​(Object object)
      • deserialize

        <T> T deserialize​(byte[] bytes,
                          Class<T> clazz)