[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void Serialize(
Stream stream,
Object root
)
public void Serialize(
Stream stream,
Object root
)
Public Sub Serialize (
stream As Stream,
root As Object
)
Public Sub Serialize (
stream As Stream,
root As Object
)
public:
virtual void Serialize(
Stream^ stream,
Object^ root
) sealed
public:
virtual void Serialize(
Stream^ stream,
Object^ root
) sealed
abstract Serialize :
stream : Stream *
root : Object -> unit
override Serialize :
stream : Stream *
root : Object -> unit
abstract Serialize :
stream : Stream *
root : Object -> unit
override Serialize :
stream : Stream *
root : Object -> unit
Implements
ISerializer Serialize(Stream, Object)