Class MarshalledValueMarshaller<V,​C>

    • Method Detail

      • write

        public MarshalledValue<V,​C> write​(V object)
        Description copied from interface: Marshaller
        Writes a value to its serialized form
        Specified by:
        write in interface Marshaller<V,​C>
        Returns:
        the serialized form of the value
      • isMarshallable

        public boolean isMarshallable​(Object object)
        Description copied from interface: Marshallability
        Indicates whether the specified object can be marshalled.
        Specified by:
        isMarshallable in interface Marshallability
        Parameters:
        object - an object to be marshalled
        Returns:
        true, if the specified object can be marshalled, false otherwise