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

Added analyze parameter #59

Merged
merged 1 commit into from
Mar 17, 2015
Merged

Added analyze parameter #59

merged 1 commit into from
Mar 17, 2015

Conversation

johncarl81
Copy link
Owner

This property specifies what classes for Parceler analyze in the class hierarchy.

Usage:

class A { String analyzed1; }
class B extends A { String notAnalyzed; }
@Parcel(analyzed = {A.class, C.class})
class C extends B { String analyzed2; }

This would result in the contents of A and C being serialized, skipping B's contents.

@johncarl81 johncarl81 force-pushed the limit_analysis branch 4 times, most recently from 33d50ee to 12a24e0 Compare January 7, 2015 03:23
@johncarl81 johncarl81 force-pushed the limit_analysis branch 2 times, most recently from 31c4431 to a7bb72d Compare January 12, 2015 14:56
@johncarl81 johncarl81 changed the title Added analysisLimit Added analyze parameter Mar 17, 2015
johncarl81 added a commit that referenced this pull request Mar 17, 2015
@johncarl81 johncarl81 merged commit 12c775d into master Mar 17, 2015
@johncarl81 johncarl81 deleted the limit_analysis branch March 17, 2015 19:06
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