jdeserialize

WebJar for jdeserialize

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

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

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

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jdeserialize
WebJar for jdeserialize
Ссылка на сайт

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

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

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

https://github.com/chronosis/jdeserialize

Скачать jdeserialize

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash jar [4.17.4,5)
org.webjars.npm : long jar [3.2.0,4)

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

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

jdeserialize

NPM

Actual version published on npm Travis build status Total npm module downloads Package Quality Codacy Badge Codacy Badge

JDeserialize is a library to deserialize Java Object Streams v2.

This library is in Beta. As such, it is incomplete and does not function as expected with some real world data. Additionally, undocumented breaking changes are expected with the data output as issues with the library are addressed.

Note: Version 1 streams are are only used by very old version of Java and are therefore not supported by this library.

Installation

$ npm install jdeserialize

Usage

  const JDeserialize = require('jdeserialize');

  let deserializer = new JDeserialize();
  let obj = deserializer.read(buff);

API

.read(buff)

Reads the contents of the Buffer buff and creates an JavaScript Object

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

Версия
0.2.0