INSCoding.EncodeTo(NSCoder) Method

Definition

Serializes this to the .

[Foundation.Export("encodeWithCoder:")]
[Foundation.Preserve(Conditional=true)]
public void EncodeTo (Foundation.NSCoder encoder);
abstract member EncodeTo : Foundation.NSCoder -> unit

Parameters

encoder
NSCoder

The encoder object where the state of the object will be stored

Attributes

Applies to