Home | History | Annotate | Download | only in src

Lines Matching refs:Serialize

38 #include "serialize.h"
1119 void PartialSerializer::Serialize(Object** object) {
1279 // Object has not yet been serialized. Serialize it here.
1285 object_serializer.Serialize();
1339 // Object has not yet been serialized. Serialize it here.
1345 serializer.Serialize();
1350 void Serializer::ObjectSerializer::Serialize() {
1370 // Serialize the map (first word of the object).
1373 // Serialize the rest of the object.
1474 // can't serialize any other kinds of external strings.