phpserialize

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

cn.stackbox
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

phpserialize
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Ссылка на сайт

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

http://maven.apache.org
Система контроля версий

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

https://github.com/superalsrk/PhpSerialization.git

Скачать phpserialize

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.alibaba : fastjson jar 1.2.7

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

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

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

PhpSerialization

Build Status

PHP object serialize/unserialize to Java Object, still in development

Unserialize

String body = "a:7:{s:6:\"_token\";s:40:\"nLOlgJE3e1IwP8WimS4k44vMc8NVIC08N159pju4\";s:9:\"_previous\";a:1:{s:3:\"url\";s:29:\"http://example.com/test/home/index\";}s:5:\"flash\";a:2:{s:3:\"old\";a:0:{}s:3:\"new\";a:0:{}}s:9:\"auth_code\";s:32:\"9cee7bcf269a8edf5f313595eef919ce\";s:3:\"url\";a:1:{s:8:\"intended\";s:29:\"http://example.com/test/home/index\";}s:50:\"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d\";s:32:\"4d4eb6317e5e4871897fdd7165964d3a\";s:9:\"_sf2_meta\";a:3:{s:1:\"u\";i:1466043199;s:1:\"c\";i:1466042852;s:1:\"l\";s:1:\"0\";}}";
PhpDecoder decoder = PhpDecoder.newInstance(body);
JSONArray ret = decoder.decode();

Serialize

waiting

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

Версия
1.0.0