Class DefaultListToArrayValueConverter

    • Constructor Detail

    • Method Detail

      • toValue

        public org.msgpack.value.ArrayValue toValue​(List<?> object)
        Description copied from interface: ObjectConverter
        Convert Java object to a MessagePack entity
        Specified by:
        toValue in interface ObjectConverter<List<?>,​org.msgpack.value.ArrayValue>
        Parameters:
        object - object
        Returns:
        entity