Spring Integration

org.springframework.commons.serializer.java
Class DeserializingConverter

java.lang.Object
  extended by org.springframework.commons.serializer.java.DeserializingConverter
All Implemented Interfaces:
Converter<byte[],Object>

public class DeserializingConverter
extends Object
implements Converter<byte[],Object>

Delegates to a JavaStreamingConverter to deserialize data in a byte[] to an object.

Since:
2.0
Author:
Gary Russell

Constructor Summary
DeserializingConverter()
           
 
Method Summary
 Object convert(byte[] source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeserializingConverter

public DeserializingConverter()
Method Detail

convert

public Object convert(byte[] source)
Specified by:
convert in interface Converter<byte[],Object>

Spring Integration

Copyright © 2010. All Rights Reserved.