jar

org.xpertss : JSONMarshaller

Maven & Gradle

Nov 15, 2019

A simple JSON marshaller similar to jackson

Table Of Contents

Latest Version

Download org.xpertss : JSONMarshaller JAR file - Latest Versions:

All Versions

Download org.xpertss : JSONMarshaller JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 JSONMarshaller-1.1.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xpertss.json.spi

├─ xpertss.json.spi.JSONUserType.class - [JAR]

├─ xpertss.json.spi.UserTypeService.class - [JAR]

org.xpertss.json.util

├─ org.xpertss.json.util.FloatType.class - [JAR]

├─ org.xpertss.json.util.Generics.class - [JAR]

├─ org.xpertss.json.util.IOUtils.class - [JAR]

├─ org.xpertss.json.util.Numbers.class - [JAR]

├─ org.xpertss.json.util.ServiceLoader.class - [JAR]

├─ org.xpertss.json.util.Strings.class - [JAR]

xpertss.json

├─ xpertss.json.Entity.class - [JAR]

├─ xpertss.json.JSON.class - [JAR]

├─ xpertss.json.JSONArray.class - [JAR]

├─ xpertss.json.JSONArrayBuilder.class - [JAR]

├─ xpertss.json.JSONBoolean.class - [JAR]

├─ xpertss.json.JSONMarshaller.class - [JAR]

├─ xpertss.json.JSONNull.class - [JAR]

├─ xpertss.json.JSONNumber.class - [JAR]

├─ xpertss.json.JSONObject.class - [JAR]

├─ xpertss.json.JSONObjectBuilder.class - [JAR]

├─ xpertss.json.JSONString.class - [JAR]

├─ xpertss.json.JSONValue.class - [JAR]

├─ xpertss.json.JSONVisitor.class - [JAR]

├─ xpertss.json.MarshallingException.class - [JAR]

├─ xpertss.json.PrettyPrinter.class - [JAR]

├─ xpertss.json.SyntaxException.class - [JAR]

├─ xpertss.json.Value.class - [JAR]

xpertss.json.desc

├─ xpertss.json.desc.CollectionType.class - [JAR]

├─ xpertss.json.desc.MapType.class - [JAR]

org.xpertss.json.types

├─ org.xpertss.json.types.CurrencyType.class - [JAR]

├─ org.xpertss.json.types.DateTimeType.class - [JAR]

├─ org.xpertss.json.types.DateType.class - [JAR]

├─ org.xpertss.json.types.DefaultUserTypes.class - [JAR]

├─ org.xpertss.json.types.InetAddressType.class - [JAR]

├─ org.xpertss.json.types.LocaleType.class - [JAR]

├─ org.xpertss.json.types.MimeTypeType.class - [JAR]

├─ org.xpertss.json.types.PatternType.class - [JAR]

├─ org.xpertss.json.types.TimeType.class - [JAR]

├─ org.xpertss.json.types.TimestampType.class - [JAR]

├─ org.xpertss.json.types.TimezoneType.class - [JAR]

├─ org.xpertss.json.types.URIType.class - [JAR]

├─ org.xpertss.json.types.URLType.class - [JAR]

├─ org.xpertss.json.types.UUIDType.class - [JAR]

org.xpertss.json.desc

├─ org.xpertss.json.desc.AbstractDescriptor.class - [JAR]

├─ org.xpertss.json.desc.ArrayDescriptor.class - [JAR]

├─ org.xpertss.json.desc.BigDecimalDescriptor.class - [JAR]

├─ org.xpertss.json.desc.BigIntegerDescriptor.class - [JAR]

├─ org.xpertss.json.desc.BooleanDescriptor.class - [JAR]

├─ org.xpertss.json.desc.ByteDescriptor.class - [JAR]

├─ org.xpertss.json.desc.CharacterDescriptor.class - [JAR]

├─ org.xpertss.json.desc.CollectionDescriptor.class - [JAR]

├─ org.xpertss.json.desc.ConcreteEntityDescriptor.class - [JAR]

├─ org.xpertss.json.desc.Descriptor.class - [JAR]

├─ org.xpertss.json.desc.DescriptorFactory.class - [JAR]

├─ org.xpertss.json.desc.DirectFieldDescriptor.class - [JAR]

├─ org.xpertss.json.desc.DoubleDescriptor.class - [JAR]

├─ org.xpertss.json.desc.EntityDescriptor.class - [JAR]

├─ org.xpertss.json.desc.EnumDescriptor.class - [JAR]

├─ org.xpertss.json.desc.FieldDescriptor.class - [JAR]

├─ org.xpertss.json.desc.FloatDescriptor.class - [JAR]

├─ org.xpertss.json.desc.IntegerDescriptor.class - [JAR]

├─ org.xpertss.json.desc.LongDescriptor.class - [JAR]

├─ org.xpertss.json.desc.MapDescriptor.class - [JAR]

├─ org.xpertss.json.desc.NumberDescriptor.class - [JAR]

├─ org.xpertss.json.desc.PolymorphicEntityDescriptor.class - [JAR]

├─ org.xpertss.json.desc.ShortDescriptor.class - [JAR]

├─ org.xpertss.json.desc.StringDescriptor.class - [JAR]

├─ org.xpertss.json.desc.UserTypeDescriptor.class - [JAR]

Advertisement