org.linkedin.glu.utils.core
Interface Externable


public interface Externable


Method Summary
 java.lang.Object toExternalRepresentation()
          A 'friendly' representation of the object.
 

Method Detail

toExternalRepresentation

java.lang.Object toExternalRepresentation()
A 'friendly' representation of the object. Should be compatible with json so should be maps or lists of primitives (and recursive).

Returns:
usually a primitive or a map or a collection