Package 

Interface ModelReaderAndWriter

    • Method Summary

      Modifier and Type Method Description
      abstract Function1<ByteArray, T> deserializer()
      abstract Function1<T, ByteArray> serializer()
      ByteArray serialize(T obj)
      T deserialize(ByteArray bytes)
      T deserialize(SearchHit searchHit) deserialize a searchHit.
      abstract KClass<T> getClazz()
      • Methods inherited from class com.jillesvangurp.eskotlinwrapper.ModelReaderAndWriter

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait