12#ifndef ARCCORE_MESSAGEPASSING_ISERIALIZEDISPATCHER_H
13#define ARCCORE_MESSAGEPASSING_ISERIALIZEDISPATCHER_H
General declarations for the 'message_passing' component.
Interface for serialization messages.
virtual Request receiveSerializer(ISerializer *s, const PointToPointMessageInfo &message)=0
Receiving message.
virtual Request sendSerializer(const ISerializer *s, const PointToPointMessageInfo &message)=0
Sending message.
virtual Ref< ISerializeMessageList > createSerializeMessageListRef()=0
Create a list of serialization messages.
Information for sending/receiving a point-to-point message.
Reference to an instance.
Declarations of types and methods used by message exchange mechanisms.