Serializes this object to an existing byte array at position

C# |
protected internal virtual int toBytes( PDMSerializer ser, byte[] ba, int pos )

- ser (PDMSerializer)
- the PDMSerializer
- ba (array< Byte >[]()[])
- the byte array
- pos (Int32)
- the starting position in the byte array

the updated position in the byte
array after serializing this object