From dee223c57456fa1afd600f447114622fa333efd3 Mon Sep 17 00:00:00 2001 From: Geoff Salmon Date: Wed, 30 Jan 2013 08:36:48 -0500 Subject: [PATCH] Update README.md link to gloss --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a1e9c..617da93 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,13 @@ writing unsigned fields with ByteBuffers is a pain because Java doesn't have unsigned primitives. The unsigned take-* functions here actually return a type that is one step larger than the requested type, ex. take-ushort returns an int, and take-uint returns a -bigint. +bigint. See the [API Docs](http://geoffsalmon.github.com/bytebuffer/index.html) +If you're serializing or deserializing data, you should also checkout +[gloss](https://github.com/ztellman/gloss). + ## Usage Use put-* and take-* functions for each data type add to and remove