https://github.com/ninjakoala/nippy4j
A Java wrapper for Nippy
https://github.com/ninjakoala/nippy4j
java nippy nippy4j
Last synced: 3 months ago
JSON representation
A Java wrapper for Nippy
- Host: GitHub
- URL: https://github.com/ninjakoala/nippy4j
- Owner: ninjakoala
- License: epl-1.0
- Created: 2016-02-23T21:51:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T19:09:55.000Z (about 9 years ago)
- Last Synced: 2025-02-25T14:39:01.830Z (over 1 year ago)
- Topics: java, nippy, nippy4j
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://clojars.org/com.ninjakoala/nippy4j) [](https://travis-ci.org/ninjakoala/nippy4j)
```java
import com.ninjakoala.nippy4j.Nippy4J;
public static void main(String[] args) {
byte[] frozen = Nippy4J.freeze("something");
Nippy4J.thaw(frozen); // -> "something"
}
```
# nippy4j
Creates a Java wrapper for [Nippy](https://github.com/ptaoussanis/nippy).
## License
Copyright © 2016 Neil Prosser
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.