jar

org.wildfly : wildfly-clustering-marshalling-protostream

Maven & Gradle

Aug 25, 2023
5 usages
2.8k stars

WildFly: Marshalling for WildFly clustering: ProtoStream integration · Adapts implementations of wildfly-clustering-marshalling-api to ProtoStream. Also contains wildfly-clustering-marshalling-spi implementations using ProtoStream.

Table Of Contents

Latest Version

Download org.wildfly : wildfly-clustering-marshalling-protostream JAR file - Latest Versions:

All Versions

Download org.wildfly : wildfly-clustering-marshalling-protostream JAR file - All Versions:

Version Vulnerabilities Size Updated
29.0.x
28.0.x
27.0.x
26.1.x
26.0.x
25.0.x
24.0.x
23.0.x
22.0.x
21.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wildfly-clustering-marshalling-protostream-29.0.1.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wildfly.clustering.marshalling.protostream.util

├─ org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.MapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.SingletonCollectionMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.UUIDBuilder.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.UnmodifiableCollectionMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.UnmodifiableMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider.class - [JAR]

org.wildfly.clustering.marshalling.protostream.reflect

├─ org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.BinaryFieldMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.BinaryMethodMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.DecoratorMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.Reflect.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.SynchronizedDecoratorMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.TernaryFieldMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.TernaryMethodMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.TriFunction.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.reflect.UnaryMethodMarshaller.class - [JAR]

org.wildfly.clustering.marshalling.protostream.time

├─ org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.InstantMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.YearMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller.class - [JAR]

org.wildfly.clustering.marshalling.protostream.util.concurrent

├─ org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSortedMapMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller.class - [JAR]

org.wildfly.clustering.marshalling.protostream

├─ org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.Any.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.AnyField.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.AnyMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ClassField.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ClassLoaderMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ClassMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.EnumMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.EnumMarshallerAdapter.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.Field.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.FieldMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.LoadedClassField.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.Marshallable.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilder.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilderFieldSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamReader.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ProviderSerializationContextInitializer.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.Reference.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.Scalar.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ScalarClass.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ScalarMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleDataInput.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleFieldSetMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.ValueMarshaller.class - [JAR]

org.wildfly.clustering.marshalling.protostream.net

├─ org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.net.URIMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.net.URLMarshaller.class - [JAR]

org.wildfly.clustering.marshalling.protostream.math

├─ org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller.class - [JAR]

├─ org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider.class - [JAR]

org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic

├─ org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider.class - [JAR]

org.wildfly.clustering.marshalling.protostream.sql

├─ org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider.class - [JAR]

Advertisement

Dependencies from Group

Jul 27, 2021
342 usages
2.8k stars
Jul 27, 2021
299 usages
2.8k stars
Aug 25, 2023
97 usages
2.9k stars
Aug 25, 2023
87 usages
2.9k stars
Aug 25, 2023
81 usages
2.9k stars

Discover Dependencies

Sep 25, 2020
2 usages
6 stars
Jul 10, 2023
2 usages
26 stars
Aug 24, 2023
2 usages
4.7k stars
Aug 04, 2023
2 usages
32 stars
Aug 04, 2023
2 usages
32 stars
Aug 04, 2023
2 usages
32 stars
Jun 22, 2022
2 usages
934 stars
Sep 26, 2020
2 usages