Serialized Form


Package org.springframework.extensions.surf.exception

Class org.springframework.extensions.surf.exception.PlatformRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 3834594313622859827L


Package org.springframework.extensions.surf.util

Class org.springframework.extensions.surf.util.CachingDateFormat extends SimpleDateFormat implements Serializable

serialVersionUID: 3258415049197565235L

Class org.springframework.extensions.surf.util.InputStreamContent extends Object implements Serializable

serialVersionUID: -7729633986840536282L

Serialized Fields

stream

InputStream stream

mimetype

String mimetype

encoding

String encoding

content

String content
cached result - to ensure we only read it once

Class org.springframework.extensions.surf.util.Pair extends Object implements Serializable

serialVersionUID: -7406248421185630612L

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws ClassNotFoundException,
                        IOException
Ensure that previously-serialized instances don't fail due to the member name change.

Throws:
ClassNotFoundException
IOException
Serialized Fields

first

Object first
The first member of the pair.


second

Object second
The second member of the pair.



Copyright © 2009 SpringSource, Inc. All Rights Reserved.