Skip to content

Commit a2d54e9

Browse files
authored
simpel -> simple
1 parent 6b931bf commit a2d54e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/utils/saved-game-serialization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Saved game serialization
33
---
4-
For saving simpel data types, libGDX offers [Preferences](/wiki/preferences). However, if you want to save custom objects, in particular your whole game state – usually to save it to disk so it can be restored later – you need to serialize it first. There are a couple of different ways for doing this.
4+
For saving simple data types, libGDX offers [Preferences](/wiki/preferences). However, if you want to save custom objects, in particular your whole game state – usually to save it to disk so it can be restored later – you need to serialize it first. There are a couple of different ways for doing this.
55

66
# JSON serialization
77

0 commit comments

Comments
 (0)