C# 클래스 Unicorn.Users.Formatting.YamlUserSerializationFormatter

상속: IUserSerializationFormatter
파일 보기 프로젝트 열기: kamsar/Unicorn

공개 메소드들

메소드 설명
ReadSerializedUser ( Stream dataStream, string serializedItemId ) : SyncUser
WriteSerializedUser ( SyncUser userData, Stream outputStream ) : void

보호된 메소드들

메소드 설명
GetSerializedProfileContent ( SyncProfileProperty profileProperty ) : string
ReadPropertyValueObject ( string propertyName, string typeString, string encodedValue ) : object
SerializePrimitiveProfileValue ( SyncProfileProperty profileProperty ) : string
SerializeSerializableProfileValue ( SyncProfileProperty profileProperty ) : string

메소드 상세

GetSerializedProfileContent() 보호된 메소드

protected GetSerializedProfileContent ( SyncProfileProperty profileProperty ) : string
profileProperty SyncProfileProperty
리턴 string

ReadPropertyValueObject() 보호된 메소드

protected ReadPropertyValueObject ( string propertyName, string typeString, string encodedValue ) : object
propertyName string
typeString string
encodedValue string
리턴 object

ReadSerializedUser() 공개 메소드

public ReadSerializedUser ( Stream dataStream, string serializedItemId ) : SyncUser
dataStream Stream
serializedItemId string
리턴 SyncUser

SerializePrimitiveProfileValue() 보호된 메소드

protected SerializePrimitiveProfileValue ( SyncProfileProperty profileProperty ) : string
profileProperty SyncProfileProperty
리턴 string

SerializeSerializableProfileValue() 보호된 메소드

protected SerializeSerializableProfileValue ( SyncProfileProperty profileProperty ) : string
profileProperty SyncProfileProperty
리턴 string

WriteSerializedUser() 공개 메소드

public WriteSerializedUser ( SyncUser userData, Stream outputStream ) : void
userData SyncUser
outputStream Stream
리턴 void