| Serializer | Contract for any class that can serialize and restore class into a serialization stream. | code | html |
| AbstractSerializationStream | Base class for the client and server serialization streams. | code | html |
| AbstractSerializationStreamReader | Base class for the client and server serialization streams. | code | html |
| AbstractSerializationStreamWriter | Base class for the client and server serialization streams. | code | html |
| RemoteServiceProxy | Superclass for client-side RemoteService proxies. | code | html |
| SerializerBase | Maps class literals to type signatures and type signatures to serialization methods. | code | html |
| RequestCallbackAdapter.ResponseReader | Enumeration used to read specific return types out of a SerializationStreamReader . | code | html |
| ClientSerializationStreamReader | For internal use only. Used for server call serialization. | code | html |
| ClientSerializationStreamWriter | For internal use only. Used for server call serialization. | code | html |
| FailedRequest | A Request that is already canceled at the moment it is created. | code | html |
| FailingRequestBuilder | A RequestBuilder that always immediately fails. | code | html |
| RequestCallbackAdapter | Adapter from a RequestCallback interface to an AsyncCallback interface. | code | html |
| SerializerBase.MethodMap | Represents a collection of functions that perform type-specific functions. | code | html |