jar

com.larswerkman : boxer

Maven & Gradle

Feb 03, 2016
16 stars

Boxer · Annotation based serialization for java and Android

Table Of Contents

Latest Version

Download com.larswerkman : boxer JAR file - Latest Versions:

All Versions

Download com.larswerkman : boxer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.x
0.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 boxer-0.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.larswerkman.boxer

├─ com.larswerkman.boxer.Boxer.class - [JAR]

├─ com.larswerkman.boxer.Execution.class - [JAR]

├─ com.larswerkman.boxer.TypeAdapter.class - [JAR]

com.larswerkman.boxer.internal

├─ com.larswerkman.boxer.internal.AdapterBinding.class - [JAR]

├─ com.larswerkman.boxer.internal.AdaptersClass.class - [JAR]

├─ com.larswerkman.boxer.internal.ArrayFieldBinding.class - [JAR]

├─ com.larswerkman.boxer.internal.BoxClass.class - [JAR]

├─ com.larswerkman.boxer.internal.BoxerProcessor.class - [JAR]

├─ com.larswerkman.boxer.internal.FieldBinding.class - [JAR]

├─ com.larswerkman.boxer.internal.GeneratedAdapters.class - [JAR]

├─ com.larswerkman.boxer.internal.ListFieldBinding.class - [JAR]

├─ com.larswerkman.boxer.internal.MethodBinding.class - [JAR]

com.larswerkman.boxer.annotations

├─ com.larswerkman.boxer.annotations.Adapter.class - [JAR]

├─ com.larswerkman.boxer.annotations.Box.class - [JAR]

├─ com.larswerkman.boxer.annotations.Deserialize.class - [JAR]

├─ com.larswerkman.boxer.annotations.Serialize.class - [JAR]

├─ com.larswerkman.boxer.annotations.Wrap.class - [JAR]

com.larswerkman.boxer.wrappers.android

├─ com.larswerkman.boxer.wrappers.android.BundleWrapper.class - [JAR]

├─ com.larswerkman.boxer.wrappers.android.DataMapWrapper.class - [JAR]

├─ com.larswerkman.boxer.wrappers.android.ParcelWrapper.class - [JAR]

├─ com.larswerkman.boxer.wrappers.android.SQLiteWrapper.class - [JAR]

Advertisement