Uses of Interface
org.wildfly.clustering.marshalling.protostream.FieldSetWriter
-
Packages that use FieldSetWriter Package Description org.wildfly.clustering.marshalling.protostream -
-
Uses of FieldSetWriter in org.wildfly.clustering.marshalling.protostream
Methods in org.wildfly.clustering.marshalling.protostream that return FieldSetWriter Modifier and Type Method Description <T> FieldSetWriter<T>AbstractProtoStreamWriter. createFieldSetWriter(Writable<T> writer, int startIndex)<T> FieldSetWriter<T>OffsetProtoStreamWriter. createFieldSetWriter(Writable<T> writer, int startIndex)<T> FieldSetWriter<T>ProtoStreamWriter. createFieldSetWriter(Writable<T> writer, int startIndex)
-