This is the complete list of members for Serializer, including all inherited members.
| $class (defined in Reflection) | Reflection | protected |
| $columns (defined in Reflection) | Reflection | protected |
| $db (defined in Reflection) | Reflection | protected |
| $defaults (defined in Reflection) | Reflection | protected |
| $dehydrate | Serializer | protected |
| $foreign | Serializer | protected |
| $hydrate | Serializer | protected |
| $properties (defined in Reflection) | Reflection | protected |
| $storageTypes | Serializer | protected |
| $utc (defined in Serializer) | Serializer | protected |
| __callStatic(string $ignored, array $args) (defined in FactoryTrait) | FactoryTrait | static |
| __construct(DB $db, $class) | Serializer | |
| dehydrate(string $to, string $from, $hydrated) | Serializer | protected |
| export(EntityInterface $entity) | Serializer | |
| factory(DB $db, string|object $class) | Reflection | static |
| factory(DB $db,... $args) (defined in FactoryTrait) | FactoryTrait | static |
| getColumns() | Reflection | |
| getEav() | Reflection | |
| getForeign() | Serializer | |
| getForeignClasses() | Reflection | |
| getJunctionTable() | Reflection | |
| getRecordTable() | Reflection | |
| getStorageTypes() | Serializer | |
| getType(string $property) | Reflection | |
| getUnique() | Reflection | |
| getUniqueGroups() | Reflection | |
| getValue(object $object, string $property) | Reflection | |
| hydrate(string $to, string $from, $dehydrated) | Serializer | protected |
| import(EntityInterface $entity, array $values) | Serializer | |
| isColumn(string $property) | Reflection | |
| isNullable(string $property) | Reflection | |
| isUnique(string $column) | Reflection | |
| isUniqueMulti(string $column, &$ident=null) | Reflection | |
| newProto() | Reflection | |
| RX_EAV (defined in Reflection) | Reflection | protected |
| RX_EAV_VAR (defined in Reflection) | Reflection | protected |
| RX_FOREIGN (defined in Reflection) | Reflection | protected |
| RX_IS_COLUMN (defined in Reflection) | Reflection | protected |
| RX_JUNCTION (defined in Reflection) | Reflection | protected |
| RX_NULL (defined in Reflection) | Reflection | protected |
| RX_RECORD (defined in Reflection) | Reflection | protected |
| RX_UNIQUE (defined in Reflection) | Reflection | protected |
| RX_UNIQUE_GROUP (defined in Reflection) | Reflection | protected |
| RX_VAR (defined in Reflection) | Reflection | protected |
| SCALARS | Reflection | |
| setValue(object $object, string $property, $value) | Reflection |