Interface ProtoStreamBuilder<T>
-
- Type Parameters:
T- the target type of this builder
- All Known Subinterfaces:
EnumSetBuilder<E>,UUIDBuilder
public interface ProtoStreamBuilder<T>Builder used duringProtoStreamMarshaller#readFrom(org.infinispan.protostream.ImmutableSerializationContext, org.infinispan.protostream.RawProtoStreamReader).- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Builds an object read from a ProtoStream reader.
-
-
-
Method Detail
-
build
T build()
Builds an object read from a ProtoStream reader.- Returns:
- the built object
-
-