gdxtokryo

Serializers and tools for using LibGDX with Kyro

Лицензия

Лицензия

Категории

Категории

Kryo Данные Data Formats Serialization
Группа

Группа

com.cyphercove.gdx
Идентификатор

Идентификатор

gdxtokryo
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

gdxtokryo
Serializers and tools for using LibGDX with Kyro
Ссылка на сайт

Ссылка на сайт

http://github.com/cyphercove/gdx-cclibs/
Организация-разработчик

Организация-разработчик

Cypher Cove
Система контроля версий

Система контроля версий

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

Скачать gdxtokryo

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.badlogicgames.gdx : gdx jar 1.9.7
com.esotericsoftware : kryo jar 4.0.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.badlogicgames.gdx : gdx-platform jar 1.9.7

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.1
1.1.0