FastJson Protobuf

Spring `HttpMessageConverter` implementation with Alibaba FastJson and serializer/deserializer of Protobuf Messages.

License

License

Categories

Categories

Protobuf Data Data Structures JSON fastjson
GroupId

GroupId

ai.ost
ArtifactId

ArtifactId

fastjson-protobuf
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

FastJson Protobuf
Spring `HttpMessageConverter` implementation with Alibaba FastJson and serializer/deserializer of Protobuf Messages.
Project URL

Project URL

https://github.com/kaelzhang/java-fastjson-protobuf
Source Code Management

Source Code Management

https://github.com/kaelzhang/java-fastjson-protobuf

Download fastjson-protobuf

How to add to project

<!-- https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/ -->
<dependency>
    <groupId>ai.ost</groupId>
    <artifactId>fastjson-protobuf</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation 'ai.ost:fastjson-protobuf:1.0.0'
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation ("ai.ost:fastjson-protobuf:1.0.0")
'ai.ost:fastjson-protobuf:jar:1.0.0'
<dependency org="ai.ost" name="fastjson-protobuf" rev="1.0.0">
  <artifact name="fastjson-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.ost', module='fastjson-protobuf', version='1.0.0')
)
libraryDependencies += "ai.ost" % "fastjson-protobuf" % "1.0.0"
[ai.ost/fastjson-protobuf "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.protobuf : protobuf-java-util jar 3.5.1
org.apache.directory.studio : org.apache.commons.io jar 2.4
org.springframework : spring-webmvc jar 5.0.8.RELEASE
com.alibaba : fastjson jar 1.2.49

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.1.4
0.1.3
0.1.2
0.1.1