Package org.robovm.apple.foundation
Class NSKeyValueOperator.Marshaler
- java.lang.Object
-
- org.robovm.apple.foundation.NSKeyValueOperator.Marshaler
-
- Enclosing class:
- NSKeyValueOperator
public static class NSKeyValueOperator.Marshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(NSKeyValueOperator o, long flags)
static NSKeyValueOperator
toObject(java.lang.Class<NSKeyValueOperator> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static NSKeyValueOperator toObject(java.lang.Class<NSKeyValueOperator> cls, long handle, long flags)
-
toNative
public static long toNative(NSKeyValueOperator o, long flags)
-
-