Method: (SERIALIZE-BYTE T SERIALIZATION-BUFFER)

Source

(defmethod serialize-byte (byte (stream serialization-buffer))
  (vector-push-extend byte (contents stream) #.(* 8 1024)))
Source Context