Home | History | Annotate | Download | only in src

Lines Matching refs:Serialize

38 #include "serialize.h"
932 void PartialSerializer::Serialize(Object** object) {
1096 // Object has not yet been serialized. Serialize it here.
1101 object_serializer.Serialize();
1152 // Object has not yet been serialized. Serialize it here.
1157 serializer.Serialize();
1162 void Serializer::ObjectSerializer::Serialize() {
1185 // Serialize the map (first word of the object).
1188 // Serialize the rest of the object.
1267 // can't serialize any other kinds of external strings.