jar

com.github.smartbuf : smartbuf

Maven & Gradle

Nov 21, 2019
2 usages
11 stars

smartbuf · SmartBuf, is a cross-language serialization and deserialization framework, and it has high performance and compression ratio like protobuf, high compatibility and scalability like json.

Table Of Contents

Latest Version

Download com.github.smartbuf : smartbuf JAR file - Latest Versions:

All Versions

Download com.github.smartbuf : smartbuf JAR file - All Versions:

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

com.github.smartbuf.converter

├─ com.github.smartbuf.converter.BeanInfo.class - [JAR]

├─ com.github.smartbuf.converter.Codec.class - [JAR]

├─ com.github.smartbuf.converter.CodecFactory.class - [JAR]

├─ com.github.smartbuf.converter.Converter.class - [JAR]

├─ com.github.smartbuf.converter.ConverterMap.class - [JAR]

├─ com.github.smartbuf.converter.ConverterMethod.class - [JAR]

├─ com.github.smartbuf.converter.ConverterPipeline.class - [JAR]

├─ com.github.smartbuf.converter.RealConverterMethod.class - [JAR]

├─ com.github.smartbuf.converter.TranConverterMethod.class - [JAR]

com.github.smartbuf.node

├─ com.github.smartbuf.node.Node.class - [JAR]

├─ com.github.smartbuf.node.NodeCodec.class - [JAR]

├─ com.github.smartbuf.node.NodeType.class - [JAR]

com.github.smartbuf.converter.codec

├─ com.github.smartbuf.converter.codec.ArrayCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.AtomicCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.AwtCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.BufferCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.CollectionCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.IOCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.JavaxCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.JodaCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.LangCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.MapCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.MathCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.NetCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.NumberCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.PrimaryCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.ReferenceCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.SqlCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.StringCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.ThrowableCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.TimeCodec.class - [JAR]

├─ com.github.smartbuf.converter.codec.UtilCodec.class - [JAR]

com.github.smartbuf.reflect

├─ com.github.smartbuf.reflect.BeanField.class - [JAR]

├─ com.github.smartbuf.reflect.BeanReader.class - [JAR]

├─ com.github.smartbuf.reflect.BeanReaderBuilder.class - [JAR]

├─ com.github.smartbuf.reflect.BeanWriter.class - [JAR]

├─ com.github.smartbuf.reflect.BeanWriterBuilder.class - [JAR]

├─ com.github.smartbuf.reflect.TypeRef.class - [JAR]

├─ com.github.smartbuf.reflect.XField.class - [JAR]

├─ com.github.smartbuf.reflect.XType.class - [JAR]

├─ com.github.smartbuf.reflect.XTypeFactory.class - [JAR]

├─ com.github.smartbuf.reflect.XTypeUtils.class - [JAR]

com.github.smartbuf.node.array

├─ com.github.smartbuf.node.array.ArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.BooleanArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.ByteArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.DoubleArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.FloatArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.IntArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.LongArrayNode.class - [JAR]

├─ com.github.smartbuf.node.array.ShortArrayNode.class - [JAR]

com.github.smartbuf.node.basic

├─ com.github.smartbuf.node.basic.BooleanNode.class - [JAR]

├─ com.github.smartbuf.node.basic.DoubleNode.class - [JAR]

├─ com.github.smartbuf.node.basic.FloatNode.class - [JAR]

├─ com.github.smartbuf.node.basic.ObjectNode.class - [JAR]

├─ com.github.smartbuf.node.basic.StringNode.class - [JAR]

├─ com.github.smartbuf.node.basic.SymbolNode.class - [JAR]

├─ com.github.smartbuf.node.basic.VarintNode.class - [JAR]

com.github.smartbuf.transport

├─ com.github.smartbuf.transport.Array.class - [JAR]

├─ com.github.smartbuf.transport.Const.class - [JAR]

├─ com.github.smartbuf.transport.IDAllocator.class - [JAR]

├─ com.github.smartbuf.transport.Input.class - [JAR]

├─ com.github.smartbuf.transport.InputBuffer.class - [JAR]

├─ com.github.smartbuf.transport.InputDataPool.class - [JAR]

├─ com.github.smartbuf.transport.InputMetaPool.class - [JAR]

├─ com.github.smartbuf.transport.Output.class - [JAR]

├─ com.github.smartbuf.transport.OutputBuffer.class - [JAR]

├─ com.github.smartbuf.transport.OutputDataPool.class - [JAR]

├─ com.github.smartbuf.transport.OutputMetaPool.class - [JAR]

com.github.smartbuf.utils

├─ com.github.smartbuf.utils.ASMUtils.class - [JAR]

├─ com.github.smartbuf.utils.ArrayUtils.class - [JAR]

├─ com.github.smartbuf.utils.CodecUtils.class - [JAR]

├─ com.github.smartbuf.utils.NumberUtils.class - [JAR]

├─ com.github.smartbuf.utils.ReflectUtils.class - [JAR]

├─ com.github.smartbuf.utils.TimeUtils.class - [JAR]

├─ com.github.smartbuf.utils.UTF8Utils.class - [JAR]

com.github.smartbuf.exception

├─ com.github.smartbuf.exception.CircleReferenceException.class - [JAR]

├─ com.github.smartbuf.exception.InvalidDataException.class - [JAR]

├─ com.github.smartbuf.exception.InvalidStructException.class - [JAR]

├─ com.github.smartbuf.exception.InvalidVersionException.class - [JAR]

├─ com.github.smartbuf.exception.MismatchModeException.class - [JAR]

├─ com.github.smartbuf.exception.NoShortestPipelineException.class - [JAR]

├─ com.github.smartbuf.exception.OutOfSpaceException.class - [JAR]

├─ com.github.smartbuf.exception.SmartBufClosedException.class - [JAR]

├─ com.github.smartbuf.exception.UnexpectedReadException.class - [JAR]

├─ com.github.smartbuf.exception.UnexpectedSequenceException.class - [JAR]

com.github.smartbuf

├─ com.github.smartbuf.SmartBuf.class - [JAR]

├─ com.github.smartbuf.SmartPacket.class - [JAR]

├─ com.github.smartbuf.SmartStream.class - [JAR]

├─ com.github.smartbuf.Type.class - [JAR]

Advertisement