Interface ArgumentDeserializer

All Known Implementing Classes:
AbstractType.DefaultArgumentDeserializer, NumberType.NumberArgumentDeserializer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ArgumentDeserializer
Utility used to deserialize function arguments.
  • Field Details

  • Method Details

    • deserialize

      Object deserialize(ProtocolVersion protocolVersion, ByteBuffer buffer)
      Deserializes the specified function argument.
      Parameters:
      protocolVersion - the protocol version
      buffer - the serialized argument
      Returns:
      the deserialized argument