mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
java: version 0.5.0
This commit is contained in:
@@ -1,4 +1,20 @@
|
|||||||
|
|
||||||
|
Release 0.5.0 - 2010/12/09
|
||||||
|
NEW FEATURES
|
||||||
|
Dynamic template builder is rewritten. New ReflectionTemplateBuilder
|
||||||
|
supports DalvikVM.
|
||||||
|
|
||||||
|
Some optimization for dynamic code generator.
|
||||||
|
|
||||||
|
@MessagePackMessage accepts default filed option.
|
||||||
|
Added new field annotations: @Ignore, @Requred and @Index.
|
||||||
|
|
||||||
|
Supported pack/unpack/convertion of arrays including multidimensional arrays.
|
||||||
|
|
||||||
|
Added native pack/unpack routine of ByteBuffer. It will be zero-copy optimized
|
||||||
|
under a specific condition.
|
||||||
|
|
||||||
|
|
||||||
Release 0.4.3 - 2010/11/10
|
Release 0.4.3 - 2010/11/10
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
Added FieldList class and MessagePack.register(Class<T>, FieldList) method
|
Added FieldList class and MessagePack.register(Class<T>, FieldList) method
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.msgpack</groupId>
|
<groupId>org.msgpack</groupId>
|
||||||
<artifactId>msgpack</artifactId>
|
<artifactId>msgpack</artifactId>
|
||||||
<version>0.4.3-devel</version>
|
<version>0.5.0-devel</version>
|
||||||
<description>MessagePack for Java</description>
|
<description>MessagePack for Java</description>
|
||||||
|
|
||||||
<name>MessagePack for Java</name>
|
<name>MessagePack for Java</name>
|
||||||
|
Reference in New Issue
Block a user