jar

ca.jeb : protobuf-serializer

Maven & Gradle

Oct 02, 2014
0 stars

Use annotations to serialize POJO classes to Google Protobuf in Java

Table Of Contents

Latest Version

Download ca.jeb : protobuf-serializer JAR file - Latest Versions:

All Versions

Download ca.jeb : protobuf-serializer JAR file - All Versions:

Version Vulnerabilities Size Updated
2014.10.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 protobuf-serializer-2014.10.01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ca.jeb.protobuf.converter

├─ ca.jeb.protobuf.converter.BigDecimalDoubleConverter.class - [JAR]

├─ ca.jeb.protobuf.converter.BigDecimalStringConverter.class - [JAR]

├─ ca.jeb.protobuf.converter.BooleanConverter.class - [JAR]

├─ ca.jeb.protobuf.converter.BooleanStringConverter.class - [JAR]

├─ ca.jeb.protobuf.converter.NullConverter.class - [JAR]

├─ ca.jeb.protobuf.converter.StringBooleanConverter.class - [JAR]

ca.jeb.protobuf.internal

├─ ca.jeb.protobuf.internal.ProtobufSerializerUtils.class - [JAR]

ca.jeb.protobuf

├─ ca.jeb.protobuf.IProtobufConverter.class - [JAR]

├─ ca.jeb.protobuf.IProtobufSerializer.class - [JAR]

├─ ca.jeb.protobuf.NullClass.class - [JAR]

├─ ca.jeb.protobuf.ProtobufAnnotationException.class - [JAR]

├─ ca.jeb.protobuf.ProtobufAttribute.class - [JAR]

├─ ca.jeb.protobuf.ProtobufEntity.class - [JAR]

├─ ca.jeb.protobuf.ProtobufException.class - [JAR]

├─ ca.jeb.protobuf.ProtobufSerializer.class - [JAR]