Package org.robovm.apple.coredata
Class NSExpressionMigrationKey.Marshaler
- java.lang.Object
-
- org.robovm.apple.coredata.NSExpressionMigrationKey.Marshaler
-
- Enclosing class:
- NSExpressionMigrationKey
public static class NSExpressionMigrationKey.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(NSExpressionMigrationKey o, long flags)
static NSExpressionMigrationKey
toObject(java.lang.Class<NSExpressionMigrationKey> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static NSExpressionMigrationKey toObject(java.lang.Class<NSExpressionMigrationKey> cls, long handle, long flags)
-
toNative
public static long toNative(NSExpressionMigrationKey o, long flags)
-
-