org.granite.hibernate.jmf
Class PersistentSortedSetCodec

java.lang.Object
  extended by org.granite.hibernate.jmf.AbstractPersistentCollectionCodec<PersistentSortedSet>
      extended by org.granite.hibernate.jmf.PersistentSortedSetCodec
All Implemented Interfaces:
ExtendedObjectCodec

public class PersistentSortedSetCodec
extends AbstractPersistentCollectionCodec<PersistentSortedSet>

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.hibernate.jmf.AbstractPersistentCollectionCodec
clientCollectionClassName, hibernateCollectionClass
 
Constructor Summary
PersistentSortedSetCodec()
           
 
Method Summary
 PersistentSortedSet newInstance(ExtendedObjectInput in, String className)
           
 
Methods inherited from class org.granite.hibernate.jmf.AbstractPersistentCollectionCodec
canDecode, canEncode, decode, encode, getDecodedClassName, getEncodedClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentSortedSetCodec

public PersistentSortedSetCodec()
Method Detail

newInstance

public PersistentSortedSet newInstance(ExtendedObjectInput in,
                                       String className)
                                throws IOException,
                                       ClassNotFoundException,
                                       InstantiationException,
                                       IllegalAccessException,
                                       InvocationTargetException,
                                       SecurityException,
                                       NoSuchMethodException
Throws:
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException
InvocationTargetException
SecurityException
NoSuchMethodException