jar

net.orandja.obor : obor

Maven & Gradle

Sep 26, 2020
3 stars

Obor · A CBOR serializer implemented with kotlinx-serialization

Table Of Contents

Latest Version

Download net.orandja.obor : obor JAR file - Latest Versions:

All Versions

Download net.orandja.obor : obor JAR file - All Versions:

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

net.orandja.obor.vector

├─ net.orandja.obor.vector.ByteVector.class - [JAR]

├─ net.orandja.obor.vector.UByteVector.class - [JAR]

├─ net.orandja.obor.vector.Vector.class - [JAR]

net.orandja.obor.codec.decoder

├─ net.orandja.obor.codec.decoder.CborByteStringDecoder.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborCollectionDecoder.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborDecoder.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborDecoderException.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborInfiniteTextDecoder.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborListDecoder.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborMapDecoder.class - [JAR]

├─ net.orandja.obor.codec.decoder.CborStructureDecoder.class - [JAR]

net.orandja.obor.codec.writer

├─ net.orandja.obor.codec.writer.CborOutputStreamWriter.class - [JAR]

├─ net.orandja.obor.codec.writer.CborUByteWriter.class - [JAR]

├─ net.orandja.obor.codec.writer.CborWriter.class - [JAR]

net.orandja.obor.annotations

├─ net.orandja.obor.annotations.CborInfinite.class - [JAR]

├─ net.orandja.obor.annotations.CborRawBytes.class - [JAR]

├─ net.orandja.obor.annotations.CborTag.class - [JAR]

net.orandja.obor.codec.reader

├─ net.orandja.obor.codec.reader.CborInputStreamReader.class - [JAR]

├─ net.orandja.obor.codec.reader.CborReader.class - [JAR]

├─ net.orandja.obor.codec.reader.CborUByteReader.class - [JAR]

net.orandja.obor.codec

├─ net.orandja.obor.codec.Cbor.class - [JAR]

├─ net.orandja.obor.codec.Descriptors.class - [JAR]

├─ net.orandja.obor.codec.UtilsKt.class - [JAR]

net.orandja.obor.serializer

├─ net.orandja.obor.serializer.AnySerializer.class - [JAR]

├─ net.orandja.obor.serializer.IterableSerializer.class - [JAR]

net.orandja.obor.codec.encoder

├─ net.orandja.obor.codec.encoder.CborByteStringEncoder.class - [JAR]

├─ net.orandja.obor.codec.encoder.CborCollectionEncoder.class - [JAR]

├─ net.orandja.obor.codec.encoder.CborEncoder.class - [JAR]

├─ net.orandja.obor.codec.encoder.CborInfiniteTextEncoder.class - [JAR]

├─ net.orandja.obor.codec.encoder.CborListEncoder.class - [JAR]

├─ net.orandja.obor.codec.encoder.CborMapEncoder.class - [JAR]

├─ net.orandja.obor.codec.encoder.CborStructureEncoder.class - [JAR]