JsonSerializer.SerializeToBytes Method

public static byte[] SerializeToBytes( 
object o 
)
This language is not supported or no code example is available.
public:  
static array< Byte >^ SerializeToBytes( 
object^ o 
)
This language is not supported or no code example is available.
public static function SerializeToBytes( 
o : object 
) : byte[];
This language is not supported or no code example is available.

Parameters

o
object

Return Value

byte[]

In this article

Definition