Interface Marshallability
-
- All Known Subinterfaces:
ByteBufferMarshaller,MarshalledValueFactory<C>,Marshaller<V,S>
- All Known Implementing Classes:
ByteBufferMarshalledKeyFactory,ByteBufferMarshalledValueFactory,MarshalledValueMarshaller
public interface Marshallability- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMarshallable(Object object)Indicates whether the specified object can be marshalled.
-
-
-
Method Detail
-
isMarshallable
boolean isMarshallable(Object object)
Indicates whether the specified object can be marshalled.- Parameters:
object- an object to be marshalled- Returns:
- true, if the specified object can be marshalled, false otherwise
-
-