Class ArcherEntitySerializer
Inherited Members
Namespace: Estrelica.Archer.Utility
Assembly: Estrelica.Utility.dll
Syntax
public static class ArcherEntitySerializer
Methods
Serialize(IArcherEntity, int?, bool)
Declaration
[DoNotObfuscate]
public static string Serialize(this IArcherEntity item, int? depth = null, bool downstreamOnly = true)
Parameters
IArcherEntity item |
int? depth |
bool downstreamOnly |
Returns
string |
Serialize(IEnumerable<IArcherEntity>, int?, bool)
Declaration
[DoNotObfuscate]
public static string Serialize(this IEnumerable<IArcherEntity> items, int? depth = null, bool downstreamOnly = true)
Parameters
IEnumerable<IArcherEntity> items |
int? depth |
bool downstreamOnly |
Returns
string |