net.contextfw.web.application.internal
Class ToStringSerializer

java.lang.Object
  extended by net.contextfw.web.application.internal.ToStringSerializer
All Implemented Interfaces:
AttributeSerializer<Object>

public class ToStringSerializer
extends Object
implements AttributeSerializer<Object>

Default implementation for Object serialization.

Author:
marko

Constructor Summary
ToStringSerializer()
           
 
Method Summary
 String serialize(Object source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToStringSerializer

public ToStringSerializer()
Method Detail

serialize

public String serialize(Object source)
Specified by:
serialize in interface AttributeSerializer<Object>


Copyright © 2011. All Rights Reserved.