Class AttributeType.EncodedType<T>

    • Constructor Detail

      • EncodedType

        public EncodedType​(io.basestar.schema.use.Use<T> use)
    • Method Detail

      • readValue

        public T readValue​(com.hazelcast.nio.serialization.PortableReader reader,
                           java.lang.String name)
                    throws java.io.IOException
        Specified by:
        readValue in interface AttributeType<T>
        Throws:
        java.io.IOException
      • writeValue

        public void writeValue​(PortableSchemaFactory factory,
                               com.hazelcast.nio.serialization.PortableWriter writer,
                               java.lang.String name,
                               T value)
                        throws java.io.IOException
        Specified by:
        writeValue in interface AttributeType<T>
        Throws:
        java.io.IOException