C# Class Unicorn.Users.Formatting.YamlUserSerializationFormatter

Inheritance: IUserSerializationFormatter
Afficher le fichier Open project: kamsar/Unicorn

Méthodes publiques

Méthode Description
ReadSerializedUser ( Stream dataStream, string serializedItemId ) : SyncUser
WriteSerializedUser ( SyncUser userData, Stream outputStream ) : void

Méthodes protégées

Méthode Description
GetSerializedProfileContent ( SyncProfileProperty profileProperty ) : string
ReadPropertyValueObject ( string propertyName, string typeString, string encodedValue ) : object
SerializePrimitiveProfileValue ( SyncProfileProperty profileProperty ) : string
SerializeSerializableProfileValue ( SyncProfileProperty profileProperty ) : string

Method Details

GetSerializedProfileContent() protected méthode

protected GetSerializedProfileContent ( SyncProfileProperty profileProperty ) : string
profileProperty SyncProfileProperty
Résultat string

ReadPropertyValueObject() protected méthode

protected ReadPropertyValueObject ( string propertyName, string typeString, string encodedValue ) : object
propertyName string
typeString string
encodedValue string
Résultat object

ReadSerializedUser() public méthode

public ReadSerializedUser ( Stream dataStream, string serializedItemId ) : SyncUser
dataStream Stream
serializedItemId string
Résultat SyncUser

SerializePrimitiveProfileValue() protected méthode

protected SerializePrimitiveProfileValue ( SyncProfileProperty profileProperty ) : string
profileProperty SyncProfileProperty
Résultat string

SerializeSerializableProfileValue() protected méthode

protected SerializeSerializableProfileValue ( SyncProfileProperty profileProperty ) : string
profileProperty SyncProfileProperty
Résultat string

WriteSerializedUser() public méthode

public WriteSerializedUser ( SyncUser userData, Stream outputStream ) : void
userData SyncUser
outputStream Stream
Résultat void