Skip to content

ksgwr/MessagePackTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessagePack Template Library Build Status

概要

MessagePackTemplateを含むライブラリです。 javaの実装ではフィールド名がシリアライズされないことに注目し、 一部フィールドをMap<String,Object>としてフィールド名をシリアライズするためのObjectTemplateと 普通のオブジェクトをフィールド名を含めてシリアライズするためのMapObjectTemplateを用意してあります

サンプル

各テストケースを参照してください。

ライセンス

Apache License, Version 2.0

使い方

pom.xmlに以下を記述

<repositories>
  <repository>
    <id>ksgwr-repo</id>
    <url>http://ksgwr.github.io/mvn-repo/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>jp.ksgwr</groupId>
    <artifactId>msgpack-template</artifactId>
    <version>0.0.1</version>
  </dependency>
</dependencies>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages