# Class SerializeToYaml Namespace: [Aeon.Environment](Aeon.Environment.md) Assembly: Aeon.Environment.dll Serializes a sequence of data model objects into YAML strings. ```csharp [Combinator] [WorkflowElementCategory(ElementCategory.Transform)] public class SerializeToYaml ``` #### Inheritance [object](https://learn.microsoft.com/dotnet/api/system.object) ← [SerializeToYaml](Aeon.Environment.SerializeToYaml.md) #### Inherited Members [object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring), [object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)), [object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)), [object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) ## Methods ### Process\(IObservable\) ```csharp public IObservable Process(IObservable source) ``` #### Parameters `source` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[RoomFixtures](Aeon.Environment.RoomFixtures.md)\> #### Returns [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[string](https://learn.microsoft.com/dotnet/api/system.string)\> ### Process\(IObservable\) ```csharp public IObservable Process(IObservable source) ``` #### Parameters `source` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[Fixture](Aeon.Environment.Fixture.md)\> #### Returns [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[string](https://learn.microsoft.com/dotnet/api/system.string)\> ### Process\(IObservable\) ```csharp public IObservable Process(IObservable source) ``` #### Parameters `source` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[ChannelMap](Aeon.Environment.ChannelMap.md)\> #### Returns [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[string](https://learn.microsoft.com/dotnet/api/system.string)\>