jar

de.apaxo.test : java-bean-to-code-serializer

Maven & Gradle

Jun 26, 2014
9 stars

Java Bean to Code Serializer · This code takes a java bean and tries to serialize it as java code that sets recursively all the fields. This is useful if you want to mock an object and already get the object somewhere but you want to put it in the code.

Table Of Contents

Latest Version

Download de.apaxo.test : java-bean-to-code-serializer JAR file - Latest Versions:

All Versions

Download de.apaxo.test : java-bean-to-code-serializer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7
0.6

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 java-bean-to-code-serializer-0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.apaxo.test

├─ de.apaxo.test.Object2CodeObjectOutputStream.class - [JAR]

├─ de.apaxo.test.Serialize.class - [JAR]