Giter Club home page Giter Club logo

xson's Introduction

Home

1. 项目介绍

Xson

Xson是一个Java对象序列化和反序列化框架。支持Java对象到字节数组的序列化,和从字节数组到Java对象的反序列化。

2. 支持的对象类型

  1. Java Bean对象
  2. 基本类型:byte,short,int,long,float,double,boolean,char
  3. 包装类型:Byte,Short,Integer,Long,Float,Double,Boolean,Character
  4. 数组
  5. String
  6. Collection
  7. Map
  8. Enum
  9. TimeZone
  10. Class
  11. BigDecimal
  12. BigInteger
  13. Class
  14. StringBuffer
  15. StringBuilder
  16. URI
  17. URL
  18. UUID
  19. Locale
  20. Currency
  21. TimeZone
  22. java.util.Date
  23. java.sql.Date
  24. java.sql.Time
  25. java.sql.Timestamp
  26. Inet4Address
  27. Inet6Address
  28. InetSocketAddress
  29. XCO

3. 版本和引用

当前版本:1.0.2

Maven使用:

<dependency>
	<groupId>org.xson</groupId>
	<artifactId>xson</artifactId>
	<version>1.0.2</version>
</dependency>

4. 新版本特性

  1. 新增buffer包,此包中的相关类提供对序列化过程中的byte[]进行分配、使用、回收的管理;进一步提供序列化的速度,并减少Full GC。
  2. 提供带有偏移内容的API支持;
  3. 提供XCO对象序列化和反序列的支持;
  4. 提供扩展配置文件的支持;

5. 技术文档

http://www.xson.org/project/xson/1.0.2/

6. 沟通交流

QQ群:518522232**(请备注关注的项目)**

邮箱:[email protected]

xson's People

Contributors

xsonorg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.