类 RealmObjectSerializer
程序集:Realm.dll
语法
public static class RealmObjectSerializer
方法
|
编辑本页
查看源代码
LookupSerializer(string)
声明
public static RealmObjectSerializerBase? LookupSerializer(string schemaName)
参数
返回:
|
编辑本页
查看源代码
LookupSerializer(Type)
声明
public static RealmObjectSerializerBase? LookupSerializer(Type type)
参数
返回:
|
编辑本页
查看源代码
LookupSerializer<T>()
声明
public static RealmObjectSerializerBase<T>? LookupSerializer<T>() where T : class?, IRealmObjectBase?
返回:
类型参数
|
编辑本页
查看源代码
注册 (RealmObjectSerializerBase)
声明
public static void Register(RealmObjectSerializerBase serializer)
参数