com.tc.io
Interface TCSerializable

All Known Subinterfaces:
LockID, Notify
All Known Implementing Classes:
UnclusteredLockID

public interface TCSerializable

Author:
teck

Method Summary
 java.lang.Object deserializeFrom(TCByteBufferInput serialInput)
           
 void serializeTo(TCByteBufferOutput serialOutput)
           
 

Method Detail

serializeTo

void serializeTo(TCByteBufferOutput serialOutput)

deserializeFrom

java.lang.Object deserializeFrom(TCByteBufferInput serialInput)
                                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.