Uses of Class
org.restlet.representation.OutputRepresentation
-
Packages that use OutputRepresentation Package Description org.restlet.representation Common representation data elements. -
-
Uses of OutputRepresentation in org.restlet.representation
Subclasses of OutputRepresentation in org.restlet.representation Modifier and Type Class Description class
ObjectRepresentation<T extends java.io.Serializable>
Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStream
andObjectOutputStream
classes.
-