Interface ProtoStreamBuilder<T>

  • Type Parameters:
    T - the target type of this builder
    All Known Subinterfaces:
    EnumSetBuilder<E>, UUIDBuilder

    public interface ProtoStreamBuilder<T>
    Builder used during ProtoStreamMarshaller#readFrom(org.infinispan.protostream.ImmutableSerializationContext, org.infinispan.protostream.RawProtoStreamReader).
    Author:
    Paul Ferraro
    • Method Detail

      • build

        T build()
        Builds an object read from a ProtoStream reader.
        Returns:
        the built object