Exemplo n.º 1
0
 private void WriteTypeReference(TypeReference type)
 {
     this.WriteUTF8String(TypeParser.ToParseable(type));
 }