IDataSerializer<TModel>.Serialize(TModel) Method
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.
Serializes the specified model
.
public:
cli::array <System::Byte> ^ Serialize(TModel model);
public byte[] Serialize (TModel model);
abstract member Serialize : 'Model -> byte[]
Public Function Serialize (model As TModel) As Byte()
Parameters
- model
- TModel
The value to serialize.
Returns
Byte[]
The serialized data.