001package com.pusher.rest.marshaller;
002
003public interface DataMarshaller {
004
005   String marshal(final Object data);
006}