Package | Description |
---|---|
net.sf.serfj | |
net.sf.serfj.serializers |
Class and Description |
---|
FileSerializer
Serializer for files.
FileSerializers write a file to an OutputStream. Generally this class is used to write files to the ServletOutputStream of HttpServletResponse in order to send files to the client. |
Class and Description |
---|
ObjectSerializer
Interface for objects Serializers.
ObjectSerializers are serializers which serialize an Object to String and deserialize from String to an Object. |
Serializer
Interface for Serializers.
|
Copyright © 2012 ElPaso Software. All Rights Reserved.