Wire.ValueSerializers.ObjectSerializer.GetElementType C# (CSharp) Method

GetElementType() public method

public GetElementType ( ) : Type
return System.Type
        public override Type GetElementType() => Type;

Usage Example

 public override Type GetElementType()
 {
     return(_serializer.GetElementType());
 }