Interface FieldSetMarshaller.Simple<T>

    • Method Detail

      • build

        default T build​(T value)
        Description copied from interface: FieldSetMarshaller
        Builds the target object from the read value.
        Specified by:
        build in interface FieldSetMarshaller<T,​T>
        Parameters:
        value - a read value
        Returns:
        the target object