utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
697 stars 62 forks source link

fix protocol naming inconsistencies. #36

Closed brianmullen closed 8 years ago

brianmullen commented 8 years ago

This removes the _ from the protocol typealias. We have other protocols that don't use an _ prefix. Also, in the Swift module, an _ prefixed protocol usually denotes a private protocol, but given that this is a public protocol we should be consistent with Swift.

jarsen commented 8 years ago

:icecream: