all field mapper should be "included in root object"

This commit is contained in:
Shay Banon 2011-10-12 22:50:16 +02:00
parent 0367103423
commit 19ff93b09a
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class AllFieldMapper extends AbstractFieldMapper<Void> implements Interna
}
@Override public boolean includeInObject() {
return false;
return true;
}
@Override protected Fieldable parseCreateField(ParseContext context) throws IOException {