https://github.com/kyriosdata/seed
Serialização e desserialização de objetos
https://github.com/kyriosdata/seed
Last synced: 5 months ago
JSON representation
Serialização e desserialização de objetos
- Host: GitHub
- URL: https://github.com/kyriosdata/seed
- Owner: kyriosdata
- Created: 2016-11-02T12:47:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T17:07:15.000Z (almost 7 years ago)
- Last Synced: 2025-07-13T09:49:04.896Z (11 months ago)
- Language: Java
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seed
Serviços de serialização e desserialização de objetos.
[
](https://travis-ci.org/kyriosdata/seed)
[](http://javadoc.io/doc/com.github.kyriosdata.seed/seed)
This work is licensed under a Creative Commons
Attribution 4.0 International License.
Fábio Nogueira de Lucena - Fábrica de Software -
Instituto de Informática (UFG).
## Como usar (via maven)?
Acrescente a dependência no arquivo pom.xml:
<dependency>
<groupId>com.github.kyriosdata.seed</groupId>
<artifactId>seed</artifactId>
<version>1.0.1</version>
</dependency>