Class ImmutableMultimapSerializationProxy<K,V,R extends RichIterable<V>>
- java.lang.Object
-
- org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy<K,V,R>
-
- Direct Known Subclasses:
ImmutableListMultimapImpl.ImmutableListMultimapSerializationProxy
public abstract class ImmutableMultimapSerializationProxy<K,V,R extends RichIterable<V>> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-