https://github.com/plants-soil/lettuce-common-io
Java object serializer, Support serialize Java object to JSON or ByteArray. Also could unserialize from JSON or ByteArray into Java object.
https://github.com/plants-soil/lettuce-common-io
Last synced: about 2 months ago
JSON representation
Java object serializer, Support serialize Java object to JSON or ByteArray. Also could unserialize from JSON or ByteArray into Java object.
- Host: GitHub
- URL: https://github.com/plants-soil/lettuce-common-io
- Owner: plants-soil
- License: apache-2.0
- Created: 2025-04-03T08:08:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T03:09:32.000Z (7 months ago)
- Last Synced: 2025-04-19T12:04:12.315Z (6 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lettuce-common-io
Java object serializer, Support serialize Java object to JSON or ByteArray. Also could unserialize from JSON or ByteArray into Java object.