Java com.google.gwt.user.client.rpc.impl ClientSerializationStreamWriter fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.rpc.impl ClientSerializationStreamWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.rpc.impl ClientSerializationStreamWriter.

The text is from its open source code.

Constructor

ClientSerializationStreamWriter(Serializer serializer, String moduleBaseURL, String serializationPolicyStrongName)
Constructs a ClientSerializationStreamWriter using the specified module base URL and the serialization policy.

Method

voidprepareToWrite()
Call this method before attempting to append any tokens.
StringtoString()
voidwriteObject(Object instance)
voidwriteString(String value)