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

Example usage for Java com.google.gwt.user.server.rpc.impl ServerSerializationStreamWriter 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.impl ServerSerializationStreamWriter.

The text is from its open source code.

Constructor

Method

voidprepareToWrite()
voidserializeValue(Object value, Class type)
voidsetFlags(int flags)
StringtoString()
Build an array of JavaScript string literals that can be decoded by the client via the eval function.
voidwriteInt(int fieldValue)
voidwriteObject(Object instance)
voidwriteString(String value)