mscorlib(4.0.0.0) API with additions
IRemotingFormatter.cs
1
using
System
.
IO
;
2
using
System
.
Runtime
.
InteropServices
;
3
using
System
.
Runtime
.
Serialization
;
4
5
namespace
System.Runtime.Remoting.Messaging
6
{
8
[ComVisible(
true
)]
9
public
interface
IRemotingFormatter
:
IFormatter
10
{
15
object
Deserialize
(
Stream
serializationStream,
HeaderHandler
handler);
16
21
void
Serialize
(
Stream
serializationStream,
object
graph,
Header
[] headers);
22
}
23
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.Messaging
Definition:
ArgMapper.cs:5
System.Runtime.Remoting.Messaging.IRemotingFormatter
Provides the remote procedure call (RPC) interface for all formatters.
Definition:
IRemotingFormatter.cs:9
System.Runtime.Serialization.IFormatter
Provides functionality for formatting serialized objects.
Definition:
IFormatter.cs:8
System.IO
Definition:
__ConsoleStream.cs:7
System.Runtime.Remoting.Messaging.Header
Defines the out-of-band data for a call.
Definition:
Header.cs:8
System.Runtime.Serialization
Definition:
DeserializationEventHandler.cs:1
System.Runtime.Remoting.Messaging.IRemotingFormatter.Deserialize
object Deserialize(Stream serializationStream, HeaderHandler handler)
Begins the deserialization process of a remote procedure call (RPC).
System.Runtime.Remoting.Messaging.IRemotingFormatter.Serialize
void Serialize(Stream serializationStream, object graph, Header[] headers)
Starts the serialization process of a remote procedure call (RPC).
System.Runtime.Remoting.Messaging.HeaderHandler
delegate object HeaderHandler(Header[] headers)
Represents the method that will handle processing of headers on the stream during deserialization.
System.IO.Stream
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....
Definition:
Stream.cs:16
All cs
System.Runtime.Remoting.Messaging
IRemotingFormatter.cs
Generated by
1.8.15