com.hazelcast.nio
Interface DataSerializable

All Superinterfaces:
Serializable
All Known Subinterfaces:
ClusterStateView, LocalMapOperationStats, LocalQueueOperationStats, LocalTopicOperationStats, Member, MemberState
All Known Implementing Classes:
AsymmetricEncryptionConfig, ClasspathXmlConfig, ClusterStateViewImpl, Config, ExecutorConfig, FileSystemXmlConfig, GroupConfig, InMemoryXmlConfig, Interfaces, Join, MapConfig, MaxSizeConfig, MulticastConfig, NetworkConfig, Predicates.AbstractPredicate, Predicates.AndOrPredicate, Predicates.BetweenPredicate, Predicates.EqualPredicate, Predicates.GetExpressionImpl, Predicates.GreaterLessPredicate, Predicates.InPredicate, Predicates.LikePredicate, Predicates.NotEqualPredicate, Predicates.NotPredicate, Predicates.RegexPredicate, QueueConfig, SemaphoreConfig, SqlPredicate, SymmetricEncryptionConfig, TcpIpConfig, TimedClusterState, TopicConfig, UrlXmlConfig

public interface DataSerializable
extends Serializable


Method Summary
 void readData(DataInput in)
           
 void writeData(DataOutput out)
           
 

Method Detail

writeData

void writeData(DataOutput out)
               throws IOException
Throws:
IOException

readData

void readData(DataInput in)
              throws IOException
Throws:
IOException


Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.