|
spring-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.core.serializer.DefaultSerializer
public class DefaultSerializer
Serializer that writes an object to an output stream using Java Serialization.
| Constructor Summary | |
|---|---|
DefaultSerializer()
|
|
| Method Summary | |
|---|---|
void |
serialize(java.lang.Object object,
java.io.OutputStream outputStream)
Writes the source object to an output stream using Java Serialization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSerializer()
| Method Detail |
|---|
public void serialize(java.lang.Object object,
java.io.OutputStream outputStream)
throws java.io.IOException
Serializable.
serialize in interface Serializer<java.lang.Object>object - the object to serializeoutputStream - the output stream
java.io.IOException - in case of errors writing to the stream
|
spring-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||