Example #1
0
 public byte[] Serialize()
 {
     return(IsValid ? NAPI.BrainSerialize(m_pointer) : null);
 }