INSCoding.EncodeTo(NSCoder) 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 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