Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="depthType"></param>
 protected BaseCompactSerializer(EnumDepthType depthType)
     : this()
 {
     this._DepthType = depthType;
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="_DepthType"></param>
 public CompactPropertySerializer(EnumDepthType _DepthType)
     : base(_DepthType)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="_DepthType"></param>
 public CompactFieldSerializer(EnumDepthType _DepthType)
     : base(_DepthType)
 {
 }