public interface

SerializedInstanceReference

com.google.gwt.user.server.rpc.impl.SerializedInstanceReference

Class Overview

Interface for describing a serialized instance reference reference.

Summary

Constants
String SERIALIZED_REFERENCE_SEPARATOR
Public Methods
abstract String getName()
Returns the name of the type.
abstract String getSignature()
Returns the signature of the instance reference.

Constants

public static final String SERIALIZED_REFERENCE_SEPARATOR

Constant Value: "/"

Public Methods

public abstract String getName ()

Returns the name of the type.

public abstract String getSignature ()

Returns the signature of the instance reference.