gdxtokryo

Serializers and tools for using LibGDX with Kyro

License

License

Categories

Categories

Kryo Data Data Formats Serialization
GroupId

GroupId

com.cyphercove.gdx
ArtifactId

ArtifactId

gdxtokryo
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

gdxtokryo
Serializers and tools for using LibGDX with Kyro
Project URL

Project URL

http://github.com/cyphercove/gdx-cclibs/
Project Organization

Project Organization

Cypher Cove
Source Code Management

Source Code Management

http://github.com/cyphercove/gdx-cclibs/

Download gdxtokryo

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.badlogicgames.gdx : gdx jar 1.9.7
com.esotericsoftware : kryo jar 4.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.badlogicgames.gdx : gdx-platform jar 1.9.7

Project Modules

There are no modules declared in this project.

Cypher Cove libraries for LibGDX

This repository contains libraries for use with the LibGDX framework.

Libraries

FlexBatch

FlexBatch has moved to a new repo with a new groupname. Look here.

CoveTools

CoveTools has moved to a new repo with a new groupname. Look here.

GdxToKryo

A library containing serializers for using Kryo with LibGDX's classes, as well as utilities for making it easy to implement backward compatibility (reading old data in newer versions of your game/app even if you've updated LibGDX to a newer version).

Working with the sources

There is a top level project with a module for each of the artifacts within the repository, and one additional separate project in the examples directory.

Deployment uses some defined local properties. The included gradle.properties has blank versions of these that can be uncommented to keep Gradle build from complaining.

If making a pull request, please format your code similar to LibGDX. Namely:

  • Opening brackets on same line
  • Spaces around all operators and after commas
  • Spaces before opening parentheses in method declarations
  • No Hungarian notation

The examples project should be imported as a separate project using examples/build.gradle.

com.cyphercove.gdx

Cypher Cove

Versions

Version
1.1.1
1.1.0