Java Doc for SerializationPolicy.java in » Ajax » GWT » com » google » gwt » user » server » rpc » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Validates that the specified class should be deserialized from a stream.
Parameters: clazz - the class to validate throws: SerializationException - if the class is not allowed to bedeserialized
Validates that the specified class should be serialized into a stream.
Parameters: clazz - the class to validate throws: SerializationException - if the class is not allowed to be serialized