Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split NewType into SequenceType and NonNativeType #286

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

minghuaw
Copy link
Owner

@minghuaw minghuaw commented Oct 1, 2024

No description provided.

@minghuaw minghuaw merged commit 2f0fb1e into main Oct 1, 2024
3 checks passed
@minghuaw minghuaw deleted the split-serde-new-type branch October 1, 2024 18:51
minghuaw added a commit that referenced this pull request Oct 2, 2024
* partial impl of lazy_value

* tested LazyValue::from_reader

* added convenience fn for LazyValue

* moved helper read methods to mod read

* use SliceReader for single payload and IoReader for multi-payload

* update unit test

* differentiate forward_read_bytes with and without len hint

* split NewType into SequenceType and NonNativeType (#286)

* partial impl of lazy_value

* tested LazyValue::from_reader

* added convenience fn for LazyValue

* moved helper read methods to mod read

* use SliceReader for single payload and IoReader for multi-payload

* update unit test

* differentiate forward_read_bytes with and without len hint

* impl Serialize and Deserialize for LazyValue

* add more LazyValue unit test

* test ser/de of LazyValue into/from Value

* tested receive LazyValue from servicebus

* updated documentation on LazyValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant