Correctly forward number of methods to the originals in Compact
/ Readable
wrappers
#35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a numerous of bugs:
serialize_i128
/serialize_u128
deserialize_i128
/deserialize_u128
visit_i128
/visit_u128
SerializeMap::serialize_entry
, fixes Readable/Compact still give "must use Configure" error when serializing Map #34deserialize_in_place
collect_seq
/collect_map
skip_field
andcollect_str
to the originalsDeserializer::__deserialize_content
also should be reimplemented to work correctly, but unfortunately this is impossible because of the efforts that have been made to ban that