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

Unfinished fromArray methods #19

Open
va5ja opened this issue Aug 9, 2017 · 0 comments
Open

Unfinished fromArray methods #19

va5ja opened this issue Aug 9, 2017 · 0 comments

Comments

@va5ja
Copy link

va5ja commented Aug 9, 2017

Normally you would of course use fromStream but in case you want to use fromArray you just won't come far.

Let's say you generate files for https://github.com/google/openrtb/blob/master/openrtb-core/src/main/protobuf/openrtb.proto. For example BidResponse::fromArray($array); will crash since $message->addSeatbid($item); expects a SeatBid object but the method gives an array.

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

No branches or pull requests

1 participant