IAccountStorageStrategySerialize Method |
序列化缓存信息信息
Namespace: X3Platform.SessionsAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxAccountCacheInfo Serialize(
string accountIdentity,
IAccountInfo account
)
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