You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,3 @@ This library also provides the following field types:
240
240
241
241
* `MoneyType`
242
242
* `PercentType`
243
-
* `ObjectType`
244
-
* `ArrayType`
245
-
246
-
`ObjectType`and `ArrayType` use Base64 encoded strings to store values in the database instead of storing serialized strings. For backward compatibility the values that are already stored in the database will be unserialized without Base64 encoding. The new values will be Base64 encoded before saving to the database and Base64 decoded before unserialization.
0 commit comments