Uses of Class
org.restlet.representation.OutputRepresentation
Packages that use OutputRepresentation
-
Uses of OutputRepresentation in org.restlet.representation
Subclasses of OutputRepresentation in org.restlet.representationModifier and TypeClassDescriptionclassObjectRepresentation<T extends Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.