Kryo Serializer

Kryo based Serializer for SynchronizeFX

License

License

Categories

Categories

Kryo Data Data Formats Serialization
GroupId

GroupId

de.saxsys.synchronizefx
ArtifactId

ArtifactId

kryo-serializer
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Kryo Serializer
Kryo based Serializer for SynchronizeFX
Project Organization

Project Organization

Saxonia Systems AG

Download kryo-serializer

How to add to project

<!-- https://jarcasting.com/artifacts/de.saxsys.synchronizefx/kryo-serializer/ -->
<dependency>
    <groupId>de.saxsys.synchronizefx</groupId>
    <artifactId>kryo-serializer</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys.synchronizefx/kryo-serializer/
implementation 'de.saxsys.synchronizefx:kryo-serializer:0.7.0'
// https://jarcasting.com/artifacts/de.saxsys.synchronizefx/kryo-serializer/
implementation ("de.saxsys.synchronizefx:kryo-serializer:0.7.0")
'de.saxsys.synchronizefx:kryo-serializer:jar:0.7.0'
<dependency org="de.saxsys.synchronizefx" name="kryo-serializer" rev="0.7.0">
  <artifact name="kryo-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys.synchronizefx', module='kryo-serializer', version='0.7.0')
)
libraryDependencies += "de.saxsys.synchronizefx" % "kryo-serializer" % "0.7.0"
[de.saxsys.synchronizefx/kryo-serializer "0.7.0"]

Dependencies

compile (2)

Group / Artifact Type Version
de.saxsys.synchronizefx : synchronizefx-core jar 0.7.0
com.esotericsoftware.kryo : kryo jar 2.24.0

Project Modules

There are no modules declared in this project.

SynchronizeFX

SynchronizeFX is a library for JavaFX 2 and later that enables property bindings between different JVMs, both on a local computer and over the network.

It's build for applications that need realtime synchronization of the UI or other data.

Authors

SynchronizeFX is developed by Saxonia Systems AG. The main developer is Raik Bieniek . Contributors are Alexander Casall, Manuel Mauky and Michael Thiele.

License

SynchronizeFX is released under the LGPLv3 license.

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.0