Java com.google.gwt.user.server.rpc SerializationPolicyLoader fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.server.rpc SerializationPolicyLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.server.rpc SerializationPolicyLoader.

The text is from its open source code.

Field

StringCLIENT_FIELDS_KEYWORD
Keyword for listing the serializable fields of an enchanced class that are visible to client code.
StringSERIALIZATION_POLICY_FILE_ENCODING
Default encoding for serialization policy files.

Method

StringgetSerializationPolicyFileName(String serializationPolicyStrongName)
Returns the serialization policy file name from the serialization policy strong name.
SerializationPolicyloadFromStream(InputStream inputStream, List classNotFoundExceptions)
Loads a SerializationPolicy from an input stream and optionally record any ClassNotFoundException s.