Implemented interface member:
method
Serialize
System.Runtime.Remoting.Messaging.IRemotingFormatter.Serialize(System.IO.Stream, System.Object, System.Runtime.Remoting.Messaging.Header[])
2 references to Serialize
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
205Serialize(serializationStream, graph, null);
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
507fmt.Serialize(outputStream, msg, null);