jdeserialize

WebJar for jdeserialize

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jdeserialize
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jdeserialize
WebJar for jdeserialize
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/chronosis/jdeserialize

Download jdeserialize

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : lodash jar [4.17.4,5)
org.webjars.npm : long jar [3.2.0,4)

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.2.0