-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated `FUNSerializer`: * Nested the error type inside `FUNSerializer` * Extended `Error.unsupportedType` to include the type name (as resolved at runtime) * Refactored `decode(_:)`’s handling of dictionaries * Removed the explicit initializer * Updated `SerializerTests`: * Introduced tests for encoding and decoding values of unsupported types * Moved `serializer` initialization to `setUp()` * Removed commented test (seems like it’s already implemented in Swift)
- Loading branch information
1 parent
f18260f
commit 67e9680
Showing
2 changed files
with
68 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters