JBoss Marshalling编解码

一、简介

JBoss Marshalling是一个Java对象序列化包,对JDK默认的序列化框架进行了优化,但又保持和java.io.Serializable接口的兼容。

二、Marshalling开发环境准备

1、下载类库

由于只涉及到Marshalling的序列化类库,因此只需要下载jboss-marshalling-1.3.0.CR9.jarjboss-marshalling-serial-1.3.0.CR9.jar包即可,下载地址如下:https://www.jboss.org/jbossmarshalling/downloads

2、将下载的类库build到classpath下:

二、Netty的Marshalling开发

1、Marshalling编解码器工厂类:

import org.jboss.marshalling.MarshallerFactory;
import org.jboss.marshalling.Marshalling;
import org.jboss.marshalling.MarshallingConfiguration;

import io.netty.handler.codec.marshalling.DefaultMarshallerProvider;
import io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider;
import io.netty.handler.codec.marshalling.MarshallerProvider;
import io.netty.handler.codec.marshalling.MarshallingDecoder;
import io.netty.handler.codec.marshalling.MarshallingEncoder;
import io.netty.handler.codec.marshalling.UnmarshallerProvider;

//Marshalling编解码器的工厂类
public final class MarshallingCodeCFactory
{
    //创建JBoss Marshalling解码器
    public static MarshallingDecoder buildMarshallingDecoder(){
        final MarshallerFactory marshallerFactory=Marshalling
   
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值