WriteTo writes the converted raw data to w. WriterTo is the interface that wraps the WriteTo method. WriteTo writes data to w until there's no more data to write or when an error occurs. The return value n is the number of bytes written. Any error encountered during the write is also returned.
(w io.Writer)
source not stored for this graph (policy: none)