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
Modifier and TypeMethodDescriptionbooleanisMarshallable(Object object) Indicates whether the specified object can be marshalled.
-
Method Details
-
isMarshallable
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
-