Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Packages that use ProtoStreamWriter
Package
Description
-
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamWriterModifier and TypeClassDescriptionclassDelegates mostProtoStreamWriteroperations to aTagWriter.classProtoStreamWriterimplementation that writes to aTagWriterImpl.classclassAProtoStreamWriterimplementation used to compute the number of bytes that would be written to a stream.Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAnyMarshaller.writeTo(ProtoStreamWriter writer, org.wildfly.clustering.marshalling.protostream.Any value) voidByteBufferMarshalledKeyMarshaller.writeTo(ProtoStreamWriter writer, ByteBufferMarshalledKey<Object> key) voidByteBufferMarshalledValueMarshaller.writeTo(ProtoStreamWriter writer, ByteBufferMarshalledValue<Object> key) voidClassMarshaller.writeTo(ProtoStreamWriter writer, Class<?> targetClass) voidEnumMarshaller.writeTo(ProtoStreamWriter writer, E value) voidExceptionMarshaller.writeTo(ProtoStreamWriter writer, E exception) voidLoadedClassField.writeTo(ProtoStreamWriter writer, Class<?> targetClass) voidPackedArrayMarshaller.writeTo(ProtoStreamWriter writer, Object array) voidScalar.writeTo(ProtoStreamWriter writer, Object value) voidScalarFieldMarshaller.writeTo(ProtoStreamWriter writer, T value) voidStackTraceElementMarshaller.writeTo(ProtoStreamWriter writer, StackTraceElement element) voidTypedArrayMarshaller.writeTo(ProtoStreamWriter writer, Object array) voidTypedEnumMarshaller.writeTo(ProtoStreamWriter writer, E value) voidTypedObjectMarshaller.writeTo(ProtoStreamWriter writer, Object value) voidWritable.writeTo(ProtoStreamWriter writer, T value) Writes the specified object to the specified writer.Method parameters in org.wildfly.clustering.marshalling.protostream with type arguments of type ProtoStreamWriterModifier and TypeMethodDescription<T> OptionalIntDefaultProtoStreamSizeOperation.computeSize(org.wildfly.common.function.ExceptionBiConsumer<ProtoStreamWriter, T, IOException> operation, T value) <T> OptionalIntProtoStreamSizeOperation.computeSize(org.wildfly.common.function.ExceptionBiConsumer<ProtoStreamWriter, T, IOException> operation, T value) Computes the size of the specified object using the specified operation. -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.math
Methods in org.wildfly.clustering.marshalling.protostream.math with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidBigDecimalMarshaller.writeTo(ProtoStreamWriter writer, BigDecimal value) voidMathContextMarshaller.writeTo(ProtoStreamWriter writer, MathContext context) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.net
Methods in org.wildfly.clustering.marshalling.protostream.net with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidInetAddressMarshaller.writeTo(ProtoStreamWriter writer, InetAddress address) voidInetSocketAddressMarshaller.writeTo(ProtoStreamWriter writer, InetSocketAddress socketAddress) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.reflect
Methods in org.wildfly.clustering.marshalling.protostream.reflect with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAbstractMemberMarshaller.writeTo(ProtoStreamWriter writer, T source) voidFieldMarshaller.writeTo(ProtoStreamWriter writer, T source) voidProxyMarshaller.writeTo(ProtoStreamWriter writer, T value) voidSynchronizedDecoratorMarshaller.writeTo(ProtoStreamWriter writer, T value) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.time
Methods in org.wildfly.clustering.marshalling.protostream.time with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidDurationMarshaller.writeTo(ProtoStreamWriter writer, Duration duration) voidLocalDateMarshaller.writeTo(ProtoStreamWriter writer, LocalDate date) voidLocalDateTimeMarshaller.writeTo(ProtoStreamWriter writer, LocalDateTime value) voidLocalTimeMarshaller.writeTo(ProtoStreamWriter writer, LocalTime time) voidMonthDayMarshaller.writeTo(ProtoStreamWriter writer, MonthDay value) voidOffsetDateTimeMarshaller.writeTo(ProtoStreamWriter writer, OffsetDateTime value) voidOffsetTimeMarshaller.writeTo(ProtoStreamWriter writer, OffsetTime value) voidPeriodMarshaller.writeTo(ProtoStreamWriter writer, Period period) voidYearMarshaller.writeTo(ProtoStreamWriter writer, Year value) voidYearMonthMarshaller.writeTo(ProtoStreamWriter writer, YearMonth value) voidZonedDateTimeMarshaller.writeTo(ProtoStreamWriter writer, ZonedDateTime value) voidZoneOffsetMarshaller.writeTo(ProtoStreamWriter writer, ZoneOffset offset) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.util
Methods in org.wildfly.clustering.marshalling.protostream.util with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAbstractCollectionMarshaller.writeTo(ProtoStreamWriter writer, T collection) voidAbstractMapMarshaller.writeTo(ProtoStreamWriter writer, T map) voidCalendarMarshaller.writeTo(ProtoStreamWriter writer, Calendar calendar) voidComparatorMarshaller.writeTo(ProtoStreamWriter writer, Comparator<?> comparator) voidEnumMapMarshaller.writeTo(ProtoStreamWriter writer, EnumMap<E, Object> map) voidEnumSetFieldSetMarshaller.writeTo(ProtoStreamWriter writer, EnumSet<E> set) voidLinkedHashMapMarshaller.writeTo(ProtoStreamWriter writer, LinkedHashMap<Object, Object> map) voidLocaleMarshaller.writeTo(ProtoStreamWriter writer, Locale locale) voidMapEntryMarshaller.writeTo(ProtoStreamWriter writer, T entry) voidSortedMapMarshaller.writeTo(ProtoStreamWriter writer, T map) voidSortedSetMarshaller.writeTo(ProtoStreamWriter writer, T set) voidUUIDMarshaller.writeTo(ProtoStreamWriter writer, UUID uuid)