summaryrefslogtreecommitdiff
path: root/serialization.lisp
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-07 11:12:15 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-07 11:12:15 -0600
commitaee7f487f97c10c15b6c7b48156cc95db19d9137 (patch)
tree9ccdb9b7a3e356ed39f2ed71b2d04b7e2718df20 /serialization.lisp
parent9a040d4e78ab07eb9c482a40042f2ba92d2a8e3b (diff)
First Draft of hero creation and login
Diffstat (limited to 'serialization.lisp')
-rw-r--r--serialization.lisp13
1 files changed, 0 insertions, 13 deletions
diff --git a/serialization.lisp b/serialization.lisp
deleted file mode 100644
index 6579b92..0000000
--- a/serialization.lisp
+++ /dev/null
@@ -1,13 +0,0 @@
-;;;; serialization.lisp
-
-
-
-(in-package :dnd)
-
-(defun hall-of-fame-hero-view (hero)
- (json:to-json
- (list :name (hero-name hero)
- :uid (uid hero)
- :renown (renown hero)
- :title (hero-title hero)
- :class (hero-class hero))))