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
IArcher |
int? depth |
bool downstreamOnly |
Returns
Serialize(IEnumerable<IArcherEntity>, int?, bool)
Declaration
[DoNotObfuscate]
public static string Serialize(this IEnumerable<IArcherEntity> items, int? depth = null, bool downstreamOnly = true)
Parameters
IEnumerable<IArcher |
int? depth |
bool downstreamOnly |