Skip to content

Releases: liulhdarks/darks-codec

Darks Codec 1.0.3 Release

14 May 16:01

Choose a tag to compare

1.Add object serial API.
2.Add array base type.
3.Modify coding API interface.
4.Modify base type coding interface.
5.Modify bytes converter.
6.Fix null object error coding.
7.Fix null problem when encoding object.
8.Update documents.

Darks Codec 1.0.1 beta

18 Apr 08:37

Choose a tag to compare

Pre-release

1.Support convert JAVA bean object to message protocol bytes.
2.Support add head and tail identify for message bytes.
3.Support compute dynamical bytes total length automatically.
4.Support add message bytes verify code to the end of bytes.
5.Support add message bytes compress.
6.Support add message bytes cipher.
7.Support developers customize bytes wrapper.
8.Support complex object transformation.
9.Support multiple object data type.