# StorageObject

Defined in: [atomiq-base/src/storage/StorageObject.ts:6](https://github.com/atomiqlabs/atomiq-base/blob/df344bedbab9ab3de863e3c2d9246e90bd861d04/src/storage/StorageObject.ts#L6)

Represents an object that is serializable down to a JSON-compatible object (i.e. no bigints, functions, etc.)

## Methods

### serialize()

```
serialize(): any;
```

Defined in: [atomiq-base/src/storage/StorageObject.ts:11](https://github.com/atomiqlabs/atomiq-base/blob/df344bedbab9ab3de863e3c2d9246e90bd861d04/src/storage/StorageObject.ts#L11)

Serializes the object to a JSON-compatible object (i.e. no bigints, functions, etc.)

#### Returns

`any`
