Skip to content

Commit

Permalink
Merge pull request #21 from devjeonghwan/main
Browse files Browse the repository at this point in the history
Add opack logo
  • Loading branch information
devjeonghwan authored Jan 2, 2022
2 parents 72a64a2 + 2115b21 commit 3eeaa49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file added .readme/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# opack
[![windows-x64](https://github.com/realtimetech-solution/opack/actions/workflows/windows-x64.yml/badge.svg)](./actions/workflows/windows-x64.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.realtimetech-solution/opack/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.realtimetech-solution/opack)
<h1 align="center" style="max-width: 100%; font-weight: bold;">
<a href="https://github.com/realtimetech-solution/opack"><img width="100px" src=".readme/logo.png" style="max-width: 100%;"></a></br>
Opack
</h1>

<p align="center" style="max-width: 100%;">
<a href="#"><img src="https://img.shields.io/github/license/realtimetech-solution/opack"/></a>
<a href="./actions/workflows/windows-x64.yml"><img src="https://github.com/realtimetech-solution/opack/actions/workflows/windows-x64.yml/badge.svg"/></a>
<a href="https://maven-badges.herokuapp.com/maven-central/io.github.realtimetech-solution/opack"><img src="https://maven-badges.herokuapp.com/maven-central/io.github.realtimetech-solution/opack/badge.svg"/></a>
</p>

Opack is a Java library that can serialize/deserialize between Java objects and common objects(OpackValue). Also, common objects can be encoded or decoded as JSON or Bytes(Dense).

Expand Down

0 comments on commit 3eeaa49

Please sign in to comment.