jar

io.hotmoka.marshalling : io-hotmoka-marshalling

Maven & Gradle

Mar 08, 2024
0 stars

io-hotmoka-marshalling · This module provides classes for efficient serialization and deserialization of objects into/from bytes.

Table Of Contents

Latest Version

Download io.hotmoka.marshalling : io-hotmoka-marshalling JAR file - Latest Versions:

All Versions

Download io.hotmoka.marshalling : io-hotmoka-marshalling JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.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 io-hotmoka-marshalling-1.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.hotmoka.marshalling.internal

├─ io.hotmoka.marshalling.internal.MarshallableImpl.class - [JAR]

├─ io.hotmoka.marshalling.internal.MarshallingContextImpl.class - [JAR]

├─ io.hotmoka.marshalling.internal.ObjectMarshallerImpl.class - [JAR]

├─ io.hotmoka.marshalling.internal.ObjectUnmarshallerImpl.class - [JAR]

├─ io.hotmoka.marshalling.internal.UnmarshallingContextImpl.class - [JAR]

io.hotmoka.marshalling

├─ io.hotmoka.marshalling.AbstractMarshallable.class - [JAR]

├─ io.hotmoka.marshalling.AbstractMarshallingContext.class - [JAR]

├─ io.hotmoka.marshalling.AbstractObjectMarshaller.class - [JAR]

├─ io.hotmoka.marshalling.AbstractObjectUnmarshaller.class - [JAR]

├─ io.hotmoka.marshalling.AbstractUnmarshallingContext.class - [JAR]

├─ io.hotmoka.marshalling.MarshallingContexts.class - [JAR]

├─ io.hotmoka.marshalling.UnmarshallingContexts.class - [JAR]