Avatar
norio_nomura 6/26/2019 7:53 AM
JSONEncoderは標準機能だと、任意のDateのインスタンスを元の値を維持したままDateFormatter使ってエンコード/デコード出来ないから、Date()のround tripテストだけ特別なことしてる。 https://github.com/apple/swift/blob/master/test/stdlib/TestJSONEncoder.swift#L255-L257 (edited)
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.