jar

com.github.texxel : DataSerializer

Maven & Gradle

Jul 21, 2016
0 stars

DataSerializer · A library for serializing Java Objects

Table Of Contents

Latest Version

Download com.github.texxel : DataSerializer JAR file - Latest Versions:

All Versions

Download com.github.texxel : DataSerializer JAR file - All Versions:

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

com.github.texxel.data.serializers

├─ com.github.texxel.data.serializers.ArrayConverter.class - [JAR]

├─ com.github.texxel.data.serializers.CollectionConverter.class - [JAR]

├─ com.github.texxel.data.serializers.DataSerializer.class - [JAR]

├─ com.github.texxel.data.serializers.EnumConverter.class - [JAR]

├─ com.github.texxel.data.serializers.JNIGenerate.class - [JAR]

├─ com.github.texxel.data.serializers.MapConverter.class - [JAR]

├─ com.github.texxel.data.serializers.ObjectCreator.class - [JAR]

├─ com.github.texxel.data.serializers.PrimitiveConverters.class - [JAR]

com.github.texxel.data.exceptions

├─ com.github.texxel.data.exceptions.DataException.class - [JAR]

├─ com.github.texxel.data.exceptions.DataSerializationException.class - [JAR]

├─ com.github.texxel.data.exceptions.InvalidDataException.class - [JAR]

├─ com.github.texxel.data.exceptions.MissingDataException.class - [JAR]

├─ com.github.texxel.data.exceptions.WrongTypeException.class - [JAR]

com.github.texxel.data

├─ com.github.texxel.data.ClassConverter.class - [JAR]

├─ com.github.texxel.data.ClassMap.class - [JAR]

├─ com.github.texxel.data.Constructor.class - [JAR]

├─ com.github.texxel.data.ConverterRegistry.class - [JAR]

├─ com.github.texxel.data.DataConverter.class - [JAR]

├─ com.github.texxel.data.DataIn.class - [JAR]

├─ com.github.texxel.data.DataLoader.class - [JAR]

├─ com.github.texxel.data.DataOut.class - [JAR]

├─ com.github.texxel.data.DataOutRoot.class - [JAR]

├─ com.github.texxel.data.DataSerializable.class - [JAR]

├─ com.github.texxel.data.JsonLoader.class - [JAR]

├─ com.github.texxel.data.PData.class - [JAR]

├─ com.github.texxel.data.PrimitiveConverter.class - [JAR]