-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The test at 10gen-labs/mongo-hhvm-driver-prototype/tests/bson-serialize-object-001.phpt tests as a second case to not include private/protected properties as per spect.
```
class SolidClass
```
Should get serialized to:
```
{ "bread" : "okay" }```
And not:
```
```