ByteSerializable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public abstract class ByteSerializable : System.Fabric.IByteSerializable
[<System.Serializable>]
type ByteSerializable = class
interface IByteSerializable
Public MustInherit Class ByteSerializable
Implements IByteSerializable
- Inheritance
-
System.ObjectByteSerializable
- Derived
- Attributes
-
System.SerializableAttribute
- Implements
Constructors
ByteSerializable() |
Methods
FromBytes(Byte[]) | |
Read(BinaryReader) | |
ToBytes() | |
Write(BinaryWriter) |