jar

com.github.tommyettinger : kryo-gand

Maven & Gradle

Mar 08, 2024
3 stars

kryo-gand · Kryo 5.x serializers for gand types

Table Of Contents

Latest Version

Download com.github.tommyettinger : kryo-gand JAR file - Latest Versions:

All Versions

Download com.github.tommyettinger : kryo-gand JAR file - All Versions:

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

com.github.tommyettinger.kryo.gand

├─ com.github.tommyettinger.kryo.gand.DirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Float2DirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Float2UndirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Float3DirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Float3UndirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Int2DirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Int2UndirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Int3DirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.Int3UndirectedGraphSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.PathSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.UndirectedGraphSerializer.class - [JAR]

com.github.tommyettinger.kryo.gand.ds

├─ com.github.tommyettinger.kryo.gand.ds.ObjectDequeSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.ds.ObjectOrderedSetSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.ds.ObjectSetSerializer.class - [JAR]

com.github.tommyettinger.kryo.gand.points

├─ com.github.tommyettinger.kryo.gand.points.PointF2Serializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.points.PointF3Serializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.points.PointI2Serializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.points.PointI3FallbackSerializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.points.PointI3Serializer.class - [JAR]

├─ com.github.tommyettinger.kryo.gand.points.PointPairSerializer.class - [JAR]

Advertisement