@@ -3,24 +3,18 @@ hessian.js
33
44[ ![ NPM version] [ npm-image ]] [ npm-url ]
55[ ![ build status] [ travis-image ]] [ travis-url ]
6- [ ![ Test coverage] [ coveralls-image ]] [ coveralls-url ]
7- [ ![ Gittip] [ gittip-image ]] [ gittip-url ]
6+ [ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
87[ ![ David deps] [ david-image ]] [ david-url ]
9- [ ![ node version] [ node-image ]] [ node-url ]
108[ ![ npm download] [ download-image ]] [ download-url ]
119
1210[ npm-image ] : https://img.shields.io/npm/v/hessian.js.svg?style=flat-square
1311[ npm-url ] : https://npmjs.org/package/hessian.js
1412[ travis-image ] : https://img.shields.io/travis/node-modules/hessian.js.svg?style=flat-square
1513[ travis-url ] : https://travis-ci.org/node-modules/hessian.js
16- [ coveralls-image ] : https://img.shields.io/coveralls/node-modules/hessian.js.svg?style=flat-square
17- [ coveralls-url ] : https://coveralls.io/r/node-modules/hessian.js?branch=master
18- [ gittip-image ] : https://img.shields.io/gittip/fengmk2.svg?style=flat-square
19- [ gittip-url ] : https://www.gittip.com/fengmk2/
14+ [ codecov-image ] : https://codecov.io/github/node-modules/hessian.js/coverage.svg?branch=master
15+ [ codecov-url ] : https://codecov.io/github/node-modules/hessian.js?branch=master
2016[ david-image ] : https://img.shields.io/david/node-modules/hessian.js.svg?style=flat-square
2117[ david-url ] : https://david-dm.org/node-modules/hessian.js
22- [ node-image ] : https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
23- [ node-url ] : http://nodejs.org/download/
2418[ download-image ] : https://img.shields.io/npm/dm/hessian.js.svg?style=flat-square
2519[ download-url ] : https://npmjs.org/package/hessian.js
2620
@@ -121,7 +115,7 @@ encoder.write(testObject);
121115### Java Generic Map
122116
123117``` js
124- // java code:
118+ // java code:
125119// Map<Long, Integer> map = new HashMap<Long, Integer>();
126120// map.put(123L, 123456);
127121// map.put(123456L, 123);
@@ -384,41 +378,6 @@ xd8 - xef # one-octet compact long (-x8 to xf, xe0 is 0)
384378xf0 - xff # two-octet compact long (-x800 to x7ff, xf8 is 0)
385379```
386380
387- ## Authors
388-
389- ```
390- $ git summary
391-
392- project : hessian.js
393- repo age : 4 weeks ago
394- commits : 51
395- active : 18 days
396- files : 33
397- authors :
398- 36 dead_horse 70.6%
399- 15 fengmk2 29.4%
400- ```
401-
402381## Licences
403- (The MIT License)
404-
405- Copyright (c) 2014 dead-horse and other contributors
406-
407- Permission is hereby granted, free of charge, to any person obtaining
408- a copy of this software and associated documentation files (the
409- 'Software'), to deal in the Software without restriction, including
410- without limitation the rights to use, copy, modify, merge, publish,
411- distribute, sublicense, and/or sell copies of the Software, and to
412- permit persons to whom the Software is furnished to do so, subject to
413- the following conditions:
414-
415- The above copyright notice and this permission notice shall be
416- included in all copies or substantial portions of the Software.
417-
418- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
419- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
420- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
421- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
422- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
423- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
424- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
382+
383+ [ MIT] ( LICENSE )
0 commit comments