Click or drag to resize
IAccountStorageStrategySerialize Method
序列化缓存信息信息

Namespace: X3Platform.Sessions
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
AccountCacheInfo Serialize(
	string accountIdentity,
	IAccountInfo account
)

Parameters

accountIdentity
Type: SystemString
帐号会话唯一标识
account
Type: X3Platform.MembershipIAccountInfo
帐号信息

Return Value

Type: AccountCacheInfo

[Missing <returns> documentation for "M:X3Platform.Sessions.IAccountStorageStrategy.Serialize(System.String,X3Platform.Membership.IAccountInfo)"]

See Also