jar

org.msgpack : msgpack

Maven & Gradle

May 17, 2015
103 usages
1.3k stars

MessagePack for Java · MessagePack for Java is a binary-based efficient object serialization library in Java.

Table Of Contents

Latest Version

Download org.msgpack : msgpack JAR file - Latest Versions:

All Versions

Download org.msgpack : msgpack JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8
Cx665e586d-1bf8

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 msgpack-0.6.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.msgpack.template

├─ org.msgpack.template.AbstractTemplate.class - [JAR]

├─ org.msgpack.template.AnyTemplate.class - [JAR]

├─ org.msgpack.template.BigDecimalTemplate.class - [JAR]

├─ org.msgpack.template.BigIntegerTemplate.class - [JAR]

├─ org.msgpack.template.BooleanArrayTemplate.class - [JAR]

├─ org.msgpack.template.BooleanTemplate.class - [JAR]

├─ org.msgpack.template.ByteArrayTemplate.class - [JAR]

├─ org.msgpack.template.ByteBufferTemplate.class - [JAR]

├─ org.msgpack.template.ByteTemplate.class - [JAR]

├─ org.msgpack.template.CharacterTemplate.class - [JAR]

├─ org.msgpack.template.CollectionTemplate.class - [JAR]

├─ org.msgpack.template.DateTemplate.class - [JAR]

├─ org.msgpack.template.DoubleArrayTemplate.class - [JAR]

├─ org.msgpack.template.DoubleTemplate.class - [JAR]

├─ org.msgpack.template.FieldList.class - [JAR]

├─ org.msgpack.template.FieldOption.class - [JAR]

├─ org.msgpack.template.FloatArrayTemplate.class - [JAR]

├─ org.msgpack.template.FloatTemplate.class - [JAR]

├─ org.msgpack.template.GenericCollectionTemplate.class - [JAR]

├─ org.msgpack.template.GenericMapTemplate.class - [JAR]

├─ org.msgpack.template.GenericTemplate.class - [JAR]

├─ org.msgpack.template.IntegerArrayTemplate.class - [JAR]

├─ org.msgpack.template.IntegerTemplate.class - [JAR]

├─ org.msgpack.template.ListTemplate.class - [JAR]

├─ org.msgpack.template.LongArrayTemplate.class - [JAR]

├─ org.msgpack.template.LongTemplate.class - [JAR]

├─ org.msgpack.template.MapTemplate.class - [JAR]

├─ org.msgpack.template.MessagePackableTemplate.class - [JAR]

├─ org.msgpack.template.NotNullableTemplate.class - [JAR]

├─ org.msgpack.template.ObjectArrayTemplate.class - [JAR]

├─ org.msgpack.template.OrdinalEnumTemplate.class - [JAR]

├─ org.msgpack.template.SetTemplate.class - [JAR]

├─ org.msgpack.template.ShortArrayTemplate.class - [JAR]

├─ org.msgpack.template.ShortTemplate.class - [JAR]

├─ org.msgpack.template.StringTemplate.class - [JAR]

├─ org.msgpack.template.Template.class - [JAR]

├─ org.msgpack.template.TemplateReference.class - [JAR]

├─ org.msgpack.template.TemplateRegistry.class - [JAR]

├─ org.msgpack.template.Templates.class - [JAR]

├─ org.msgpack.template.ValueTemplate.class - [JAR]

org.msgpack.util.json

├─ org.msgpack.util.json.JSON.class - [JAR]

├─ org.msgpack.util.json.JSONBufferPacker.class - [JAR]

├─ org.msgpack.util.json.JSONBufferUnpacker.class - [JAR]

├─ org.msgpack.util.json.JSONPacker.class - [JAR]

├─ org.msgpack.util.json.JSONUnpacker.class - [JAR]

org.msgpack.packer

├─ org.msgpack.packer.AbstractPacker.class - [JAR]

├─ org.msgpack.packer.BufferPacker.class - [JAR]

├─ org.msgpack.packer.MessagePackBufferPacker.class - [JAR]

├─ org.msgpack.packer.MessagePackPacker.class - [JAR]

├─ org.msgpack.packer.Packer.class - [JAR]

├─ org.msgpack.packer.PackerStack.class - [JAR]

├─ org.msgpack.packer.Unconverter.class - [JAR]

org.msgpack.template.builder

├─ org.msgpack.template.builder.AbstractTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.ArrayTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.BeansBuildContext.class - [JAR]

├─ org.msgpack.template.builder.BeansFieldEntry.class - [JAR]

├─ org.msgpack.template.builder.BuildContext.class - [JAR]

├─ org.msgpack.template.builder.DefaultBuildContext.class - [JAR]

├─ org.msgpack.template.builder.DefaultFieldEntry.class - [JAR]

├─ org.msgpack.template.builder.FieldEntry.class - [JAR]

├─ org.msgpack.template.builder.JavassistBeansTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.JavassistTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.OrdinalEnumTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.ReflectionBeansTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.ReflectionTemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.TemplateBuildException.class - [JAR]

├─ org.msgpack.template.builder.TemplateBuilder.class - [JAR]

├─ org.msgpack.template.builder.TemplateBuilderChain.class - [JAR]

org.msgpack.unpacker

├─ org.msgpack.unpacker.AbstractUnpacker.class - [JAR]

├─ org.msgpack.unpacker.Accept.class - [JAR]

├─ org.msgpack.unpacker.ArrayAccept.class - [JAR]

├─ org.msgpack.unpacker.BigIntegerAccept.class - [JAR]

├─ org.msgpack.unpacker.BufferUnpacker.class - [JAR]

├─ org.msgpack.unpacker.ByteArrayAccept.class - [JAR]

├─ org.msgpack.unpacker.Converter.class - [JAR]

├─ org.msgpack.unpacker.DoubleAccept.class - [JAR]

├─ org.msgpack.unpacker.IntAccept.class - [JAR]

├─ org.msgpack.unpacker.LongAccept.class - [JAR]

├─ org.msgpack.unpacker.MapAccept.class - [JAR]

├─ org.msgpack.unpacker.MessagePackBufferUnpacker.class - [JAR]

├─ org.msgpack.unpacker.MessagePackUnpacker.class - [JAR]

├─ org.msgpack.unpacker.SizeLimitException.class - [JAR]

├─ org.msgpack.unpacker.SkipAccept.class - [JAR]

├─ org.msgpack.unpacker.StringAccept.class - [JAR]

├─ org.msgpack.unpacker.Unpacker.class - [JAR]

├─ org.msgpack.unpacker.UnpackerIterator.class - [JAR]

├─ org.msgpack.unpacker.UnpackerStack.class - [JAR]

├─ org.msgpack.unpacker.ValueAccept.class - [JAR]

org.msgpack.annotation

├─ org.msgpack.annotation.Beans.class - [JAR]

├─ org.msgpack.annotation.Delegate.class - [JAR]

├─ org.msgpack.annotation.Ignore.class - [JAR]

├─ org.msgpack.annotation.Index.class - [JAR]

├─ org.msgpack.annotation.Message.class - [JAR]

├─ org.msgpack.annotation.MessagePackBeans.class - [JAR]

├─ org.msgpack.annotation.MessagePackDelegate.class - [JAR]

├─ org.msgpack.annotation.MessagePackMessage.class - [JAR]

├─ org.msgpack.annotation.MessagePackOrdinalEnum.class - [JAR]

├─ org.msgpack.annotation.NotNullable.class - [JAR]

├─ org.msgpack.annotation.Optional.class - [JAR]

├─ org.msgpack.annotation.OrdinalEnum.class - [JAR]

org.msgpack.util

├─ org.msgpack.util.TemplatePrecompiler.class - [JAR]

org.apache.harmony.beans

├─ org.apache.harmony.beans.Argument.class - [JAR]

├─ org.apache.harmony.beans.BeansUtils.class - [JAR]

org.apache.harmony.beans.internal.nls

├─ org.apache.harmony.beans.internal.nls.Messages.class - [JAR]

org.msgpack.util.android

├─ org.msgpack.util.android.DalvikVmChecker.class - [JAR]

├─ org.msgpack.util.android.PortedImmutableEntry.class - [JAR]

org.msgpack

├─ org.msgpack.MessagePack.class - [JAR]

├─ org.msgpack.MessagePackable.class - [JAR]

├─ org.msgpack.MessageTypeException.class - [JAR]

org.msgpack.type

├─ org.msgpack.type.AbstractArrayValue.class - [JAR]

├─ org.msgpack.type.AbstractBooleanValue.class - [JAR]

├─ org.msgpack.type.AbstractMapValue.class - [JAR]

├─ org.msgpack.type.AbstractRawValue.class - [JAR]

├─ org.msgpack.type.AbstractValue.class - [JAR]

├─ org.msgpack.type.ArrayValue.class - [JAR]

├─ org.msgpack.type.ArrayValueImpl.class - [JAR]

├─ org.msgpack.type.BigIntegerValueImpl.class - [JAR]

├─ org.msgpack.type.BooleanValue.class - [JAR]

├─ org.msgpack.type.ByteArrayRawValueImpl.class - [JAR]

├─ org.msgpack.type.DoubleValueImpl.class - [JAR]

├─ org.msgpack.type.FalseValueImpl.class - [JAR]

├─ org.msgpack.type.FloatValue.class - [JAR]

├─ org.msgpack.type.FloatValueImpl.class - [JAR]

├─ org.msgpack.type.IntValueImpl.class - [JAR]

├─ org.msgpack.type.IntegerValue.class - [JAR]

├─ org.msgpack.type.LongValueImpl.class - [JAR]

├─ org.msgpack.type.MapValue.class - [JAR]

├─ org.msgpack.type.NilValue.class - [JAR]

├─ org.msgpack.type.NumberValue.class - [JAR]

├─ org.msgpack.type.RawValue.class - [JAR]

├─ org.msgpack.type.SequentialMapValueImpl.class - [JAR]

├─ org.msgpack.type.StringRawValueImpl.class - [JAR]

├─ org.msgpack.type.TrueValueImpl.class - [JAR]

├─ org.msgpack.type.Value.class - [JAR]

├─ org.msgpack.type.ValueFactory.class - [JAR]

├─ org.msgpack.type.ValueType.class - [JAR]

org.msgpack.io

├─ org.msgpack.io.AbstractInput.class - [JAR]

├─ org.msgpack.io.BufferReferer.class - [JAR]

├─ org.msgpack.io.BufferedOutput.class - [JAR]

├─ org.msgpack.io.ByteBufferOutput.class - [JAR]

├─ org.msgpack.io.EndOfBufferException.class - [JAR]

├─ org.msgpack.io.Input.class - [JAR]

├─ org.msgpack.io.LinkedBufferInput.class - [JAR]

├─ org.msgpack.io.LinkedBufferOutput.class - [JAR]

├─ org.msgpack.io.Output.class - [JAR]

├─ org.msgpack.io.StreamInput.class - [JAR]

├─ org.msgpack.io.StreamOutput.class - [JAR]

org.msgpack.template.builder.beans

├─ org.msgpack.template.builder.beans.BeanDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.BeanInfo.class - [JAR]

├─ org.msgpack.template.builder.beans.EventSetDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.ExceptionListener.class - [JAR]

├─ org.msgpack.template.builder.beans.Expression.class - [JAR]

├─ org.msgpack.template.builder.beans.FeatureDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.IndexedPropertyDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.IntrospectionException.class - [JAR]

├─ org.msgpack.template.builder.beans.Introspector.class - [JAR]

├─ org.msgpack.template.builder.beans.MethodDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.ParameterDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.PropertyChangeEvent.class - [JAR]

├─ org.msgpack.template.builder.beans.PropertyChangeListener.class - [JAR]

├─ org.msgpack.template.builder.beans.PropertyDescriptor.class - [JAR]

├─ org.msgpack.template.builder.beans.PropertyEditor.class - [JAR]

├─ org.msgpack.template.builder.beans.PropertyVetoException.class - [JAR]

├─ org.msgpack.template.builder.beans.SimpleBeanInfo.class - [JAR]

├─ org.msgpack.template.builder.beans.StandardBeanInfo.class - [JAR]

├─ org.msgpack.template.builder.beans.Statement.class - [JAR]

├─ org.msgpack.template.builder.beans.XMLDecoder.class - [JAR]

Advertisement

Dependencies from Group

Jul 31, 2023
196 usages
1.3k stars
Jul 31, 2023
120 usages
1.3k stars
May 17, 2015
103 usages
1.3k stars
Nov 29, 2017
5 usages
94 stars
Aug 14, 2014
2 usages
94 stars

Discover Dependencies

Apr 18, 2017
7 usages
May 18, 2017
1 usages
138 stars
Aug 31, 2017
79 usages
65 stars
Mar 21, 2023
15 usages
31 stars
May 12, 2023
3 usages
2.3k stars
Aug 21, 2023
22 usages
Aug 21, 2023
1 usages
Mar 18, 2020
8 usages